.cookiesinfo{ font-size:14px; line-height:20px; color:#000; }
.cookieDet{
	border:1px solid #d1d1d1;
	padding:10px;
	text-align:left;
	font-size:14px;
	line-height:18px;
	color:#000;
	margin:10px 0 20px 0;
}
.cookieDet strong{ font-size:14px; display:inline-block; padding-bottom: 10px; }

.cookieTbl{ margin-top:10px; }
.cookieTbl th, .cookieTbl td{ padding:5px 0; border-bottom:1px solid #d1d1d1; }
.cookieTbl tr:last-child td{ padding-bottom:0; border-bottom:none; }

.cookieTbl{ display:table; }
.cookieTblM{ display:none; }

.udata{
	width:100%;
	max-width:320px;
	margin:0 auto;
}
#remerr{ color:#f00; padding-bottom:10px; }

@media only screen and (max-width: 767px) {
.cookieTbl{ display:none; }
.cookieTblM{ 
	display:table; 
	border-bottom:1px solid #d1d1d1;
}
.cookieTblM th, .cookieTblM td{ padding:3px 0; }
.cookieTblM tr:last-child th, .cookieTblM tr:last-child td{ padding-bottom:10px; }
}