* {box-sizing:border-box;}
html, body {background:#ffffff;margin:0;padding:0;font:1em Arial;color:#000000;text-align:center;}
a {color:#666666;text-decoration:none;}
a:hover {color:#b50012;text-decoration:underline;}

.desktop {display:block;}
.mobile {display:none;}

.delim {margin:5px 0 0 0;padding:0;line-height:0px;border-top:1px solid #dadbdd;font-size:0px;}

table {border-collapse:collapse;}
table, table td {padding:0;margin:0;}

.adv-info-button {width:100%;height:16px;margin:5px 0 5px 0;}
.adv-info-button .txt {float:right;font-size:12px;padding:0 11px 0 0;}
.adv-info-button .ico {float:right;width:14px;height:14px;background:url("/images/itcn/ico-adv.png") no-repeat center center;background-size:100% auto;margin:0 3px 0 0;cursor:hand;cursor:pointer;}
.adv-info-button .info {display:none;float:right;width:180px;height:44px;font-size:10px;background-color:#f2f3f5;padding:7px !important;position:relative;z-index:20;margin-top:-49px !important;margin-left:-65px !important;}
.adv-info-button .info .close {float:right;width:14px;height:14px;background:url("/images/itcn/ico-adv-close.png") no-repeat center center;background-size:100% auto;margin:0 0 3px 3px;cursor:hand;cursor:pointer;}

@media only screen and (max-width:640px)
{
	.desktop {display:none;}
	.mobile {display:block;}
	.delim {display:none;}
}