@media (min-width:641px){
	#layout_head_middle_div #mdt-app-dl{
		display:none;
	}
}

@media (max-width:640px){

    .site_outer_info_200 #mdt-app-dl{
		display:none;
	}

body.mdt-app-content {
	background-position: right bottom 75px, 0 207px!important;
}

body.mdt-app-content #head-section {
	padding: 0px 0px 11px!important;
}
.head_derma{
    position: fixed;
    top: 0;    
    }
/* #contentframe_container_x_lcr3 {margin-top: 35px;} */
    
#maintable_container_x {position: relative;}
#mdt-app-dl,
#mdt-app-dl h4,
#mdt-app-dl p,
#mdt-app-dl a,
#mdt-app-dl span
{
	color: white;
	font-size: 24px;
}

#mdt-app-dl p {
	font-size: 16px;
}

#mdt-app-dl {
	height: 110px;
	background: rgb(21, 52, 105);
	background: -moz-linear-gradient(90deg, rgba(21, 52, 105,1) 30%, rgba(57,78,114,1) 100%);
	background: -webkit-linear-gradient(90deg, rgb(21, 52, 105) 30%, rgba(57,78,114,1) 100%);
	background: linear-gradient(90deg, rgb(21, 52, 105) 30%, rgba(57,78,114,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#153469",endColorstr="#394e72",GradientType=1);
	font-family: 'MyriadPro-Regular',sans-serif;
}

#mdt-app-dl td {
	padding: 10px 5px;
    vertical-align: middle;
}

#mdt-app-dl h4,
#mdt-app-dl p {
	margin: 10px 0px;
}

#mdt-app-dl span.close {
	margin-left: 15px;
}

#mdt-app-dl span.close::before {
	content: "\2716";
}

#mdt-app-dl img.logo {
	border-radius: 10px;
	background-color: white;
	display: block;
	height: 90px;
}

#mdt-app-dl a.dl-btn {
	background-color: #5794FF;
	padding: 10px;
	border: solid 3px white;
	text-decoration: none;
	color: white;
}

#mdt-app-dl a.store-btn {
	width: 45%;
	display: inline-block;
}

#mdt-app-dl img.store-logo {
	width: 100%;
}

#mdt-app-dl .store-icons {
	display: none;
	text-align: center;
}
}
@media (min-width:441px) and (max-width:600px){
    #mdt-app-dl img.logo {
    height: auto;
}
    #mdt-app-dl, #mdt-app-dl h4, #mdt-app-dl a, #mdt-app-dl span{font-size: 20px;}
}
@media (max-width:440px){
    #mdt-app-dl img.logo {
	border-radius: 10px;
	padding: 5px;
	background-color: unset;
	display: block;
	height: 60px;
        width: 100%;
}
   #mdt-app-dl h4, #mdt-app-dl p {
	margin: 3px 0px;
}
    #mdt-app-dl,
#mdt-app-dl h4,
#mdt-app-dl a,
#mdt-app-dl span
{
	font-size: 17px;
}
}