﻿
@media print,screen and (max-width: 335px) {


/******ALL LAYOUTS*****/
.contents_box{
	/*width:100%;*/
	margin:0 10px 50px 10px;
	text-align:center;
	/*background-color:#f3f3f3;*/
	padding:70px 0% 0px 0%;
}

h3{
	font-size: 17px;
	font-weight:700;
	margin: 10px 0 0 0;
	height: 70px;
}

.message_area_img {
	height: 25px;
	width: auto;
	vertical-align: text-top;;
}

.message_area_text {
	font-size: 18px;
	font-weight: 700;
	padding-left: 2%;
}

table.table-confirm {
    width:100%;
    /*border: 1px #009B83 solid;*/
	font-size: 15px;
	font-weight: 400;
    margin:0px auto;
	padding: 5px 0;
	border-collapse: separate;
	border-spacing: 0px 10px; 
	}

table.table-confirm th {
	/*padding: 1px 0px 1px 0px;*/
    /*border: 1px #003366 solid;
    border-width: 0 0px 1px 0px;*/
	line-height:120%;
    text-align:right;
	vertical-align:middle;
	/*background-color:#F4F4EA;*/
	/*background:url(../img/com_bg.jpg);
	background-repeat:repeat-y;
    background-position: top center;*/
	/*color:#000;*/
	font-size: 15px;
	font-weight: 400;
	/*width:100px;*/
	width:40%;
	word-break: break-word;
	}
table.table-confirm td {
	padding: 1px 0px 3px 5px;
	/*border: 1px #CCC solid;
    border-width: 0 0px 1px 0px;*/
	line-height:120%;
    text-align:left;
	vertical-align:middle;
	/*background-color:#FFF;*/
	font-size: 15px;
	font-weight: 400;
	word-break: break-all;
}

}