@charset "utf-8";
/* CSS Document */
#call_select{ width: auto;height: 50px; background: #eee; }
.call_select{ width:90px; height: auto; font-size: 1em;text-align: center; float: left; cursor: pointer;  padding: 15px; border: 1px solid transparent; }
.call_select:hover{opacity: 0.7;border: 1px dashed #9E9E9E; background: white; z-index: 2; }
.call_select div img{width: 50px; border-radius: 3px; margin-bottom: 10px;}
.arrow{ width: auto;height: auto;float: left; position: relative;margin-left: -10px;margin-right: -10px; }
.arrow img{ width: 20px;margin-top: 18px; } 

@media screen and (min-width: 700px){}