﻿#divAppInstall{
	display:none;
	}

@media only screen 
and (min-width : 240px) 
and (max-width : 685px) 
{

#divAppInstall{
	display:none;
	width:100%;
	height:70px;
	border-bottom:1px solid gainsboro;
    z-index:10000000;
    background-color:white;
    font-family: 'Raleway';
	}
	
	  
  #closeApp {
    font-size: 25pt;
    color: gray;
    font-weight: normal;
    margin-top: 40px;
    position: absolute;
    margin-left: 10px;
    background: none;
    height: auto;
    width: auto;
    left: 0px;
    top: -20px;
}
  
  #divAppInstall img{
	width: 100px;
    /* height: 50px; */
    margin-top: 20px;
    margin-left: 50px;
    float:left;
  }
  
  #App {
    /* float: left; */
    position: absolute;
    top: 2px;
    left: 170px;
    color: #186593;
    font-weight: bold;
    font-size: 12pt;
    text-align:left;
	}
	
   #App .material-icons{
	   color:#ffbe58;
	   font-size:10pt;
	   width: 10px;
	   font-weight: bold;
       width:auto;
       height:auto;
       background:none;
   }
   
   #App p {
		margin-top:5px;
		margin-bottom: -5px;
	}
	
	#AppInstGratis {
    font-weight: normal;
    font-size: 8pt;
    margin-top: -5px !important;
	}

	#AppInstall {
		position: absolute;
		top: 20px;
		right: 20px;
		color: #186593;
		border: 1px solid #186593;
		border-radius: 5px;
		padding: 5px;
		cursor: pointer;
		font-size: 10pt;
	}
}