<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */

.custombtn{ font-family: 'db_helvethaica_x65_med'; font-size:23px; padding:5px 15px; line-height:1; width:190px;}
.custombtn.smallsize{ font-size:21px; width:130px;}
.btn-yellow{ background:#ffd400; color:#ffffff;}
.btn-yellow:hover{ color:#000000;}
.btn-gray{ background:#c2c2c2; color:#ffffff;}
.btn-gray:hover{ background:#000000; color:#ffffff; }
.btn-black{ background:#000000; color:#ffd400;}
.btn-black:hover{ color:#ffffff;}

.margin-bottom-05{ margin-bottom:5px;}
.margin-bottom-10{ margin-bottom:10px;}
.margin-bottom-15{ margin-bottom:15px;}
.margin-bottom-20{ margin-bottom:20px;}
.margin-bottom-25{ margin-bottom:25px;}
.margin-bottom-30{ margin-bottom:30px;}

.nopadding{ padding:0;}
.nopaddingleft{ padding-left:0;}

.nomargin{ margin:0 !important;}
.nomarginbottom{ margin-bottom:0 !important;}
.nomargintop{ margin-top:0 !important;}



@media all and (max-width:767px){
	.text-xs-center{ text-align:center !important;}
	.text-xs-left{ text-align:left !important;}

	.nomarginbottom-xs{ margin-bottom:0 !important;}
}
</pre></body></html>