.support_info {
    width:630px;
    height:auto;
    text-align: center;
    margin: 0 auto;
    visibility: hidden;
    font-size: 22px; color: #000;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
}

.support_button_label {
    transform: translate(-0%, -190%);
    color: #562a00;
    user-select: none;
    pointer-events: none;
}

.support_footer {
    width:100%;
    height: 51px;
}

.support_body {
	border:0; 
	margin:0 auto; 
	font: 12px/17px Tahoma; 
	padding:10px; 
	width:730px; 
	font-size: 15px;
}

.support_body_mob {
	border:0; 
    font: 12px / 17px Tahoma;
    margin: 10px;
    font-size: 15px;
}

#support_iframe {
	background-color:#ffffff;
}

#support_iframe_mob {
	height: 100vh;
    overflow-y: auto;
    background-color: #ffe8cf;
}

body.support_contents_body 
{
	border:0; 
	margin:0 auto; 
	font: 12px/17px Tahoma; 
	width:490px; 
	font-size: 15px;
	background-color: #E6C6A0;
	
	overflow-x:hidden;
    height:100%; 
    width:100%; 
}

#main_support_div {
	background-image: url(images/bg.png); 
	width: 625px; 
	height: 675px; 
	position: relative;
	background-repeat: no-repeat;
}

#title_support_div {
	background-image: url(images/title_bg.png); 
	background-repeat: no-repeat;
	position:absolute; 
	left:170px; 
	top:-13px; 
	width: 286px; 
	height:49px; 
	text-align: center; 
	padding-top:12px;
	color: #FFEECB;
	font-size: 18px;
}

#title_support_div_mob {
	background-image: url(images/title_bg.png); 
	background-repeat: no-repeat;
	width: 286px; 
	height:49px; 
	text-align: center; 
	padding-top:12px;
	color: #FFEECB;
	font-size: 18px;
}

#description_support_div {
	position:absolute; 
	left:65px; 
	top:43px; 
	width: 495px;
	text-align: center;
	vertical-align: middle;
	color:#642D0D;
	font-size: 14px;
}

#description_support_div_mob {
	text-align: center;
	color:#642D0D;
	font-size: 14px;
}

#crumbs_support_div {
	text-align:left;
	position:absolute; 
	left:70px; 
	top:116px;
	width:500px;
	color:#642D0D;
}

#crumbs_support_div_mob {
	max-width: 490px;
	padding: 10px 0px 10px 0px;
	text-align:left;
	color:#642D0D;
}

#content_support_div_mob {
	display: flex;
    flex-wrap: wrap;
}

#support_close_button {
	top: 7px;
	left: 574px;
	position: absolute;
}

#support_close_button_mob {
	top: 12px;
	right: 12px;
	position: absolute;
}

#support_content_iframe {
	text-align: left;
	width: 490px;
	height: 452px;
	overflow-y: auto;
	overflow-x: hidden;
	position: absolute;
	left: 70px;
	top: 192px;
	background-color: #E6C6A0;
}

#support_content_iframe_mob {
	text-align: left;
	max-width: 490px;
	background-color: #E6C6A0;
}

.support_answer {
	width: 470px;
	padding: 10px;
}

.support_answer_mob {
	padding: 10px;
}

.support_form {
	width: 470px;
	padding: 10px;
	height: 420px !important;
}

.support_form_mob {
	width: 100%;
	padding: 10px;
	height: 420px !important;
}

.support_field_text {
	height: 58px !important;
}

.support_field_longtext {
	height: auto !important;
}

.support_field_screenshot {
	height: 30px !important;
}

.support_field_submit {
	height: 58px !important;
}


.form_field_caption {
	color:#642D0D;
}

/*#submitFormButton {
	border-radius: 5px;
	border-width: 2px;
	border-style: solid;
	border-color: 
}*/

.support_input {
	width: 450px;
	border: 2px solid #B2997B;
	border-radius: 5px;
	background-color:#ffe4c2;
	font-size: 15px;
	color: #642D0D;
	margin-bottom: 10px;
	padding: 5px;
}

.support_input_mob {
	width: 100%;
    box-sizing: border-box;
    border: 2px solid #B2997B;
    border-radius: 5px;
    background-color: #ffe4c2;
    font-size: 15px;
    color: #642D0D;
    margin-bottom: 10px;
    padding: 5px;
}

.support_input_button {
	width: 300px;
	border: 2px solid #B2997B;
	border-radius: 5px;
	background-color:#fac885;
	font-size: 15px;
	color: #642D0D;
	margin-bottom: 10px;
	padding: 5px;
}

a.support_menu_item {
	background-color: #E6C6A0; 
	color: #642D0D; 
	width: 450px; 
	display: block; 
	float: left; 
	border-bottom: 1px solid #CFAD89; 
	text-decoration:none;
	padding-left:14px;
	padding-right:26px;
	padding-top:14px;
	padding-bottom:16px;
}

a.support_menu_item_mob {
	background-color: #E6C6A0; 
	color: #642D0D; 
	width: 100%; 
	box-sizing: border-box;
	float: left; 
	border-bottom: 1px solid #CFAD89; 
	text-decoration:none;
	padding-left:14px;
	padding-right:26px;
	padding-top:14px;
	padding-bottom:16px;
}

a.support_menu_item:hover {
	background-color: #CDAC88; 
	color: #FFFFFF; 
	text-decoration: none;
}

a.support_crumb_link{
	color: #E36400;
	text-decoration: none;
}

a img{
	max-width: 100%;
}
