.doss {
 position: relative;
 background-color: #F8F8F8;
 -moz-border-radius: 15px; 
 -webkit-border-radius: 15px; 
 border-radius: 15px; 
 border: 2px solid #808080;
 padding: 5px;
 margin-left : 5px;
 margin-right: 5px;
}

.doss_table {
 width : 100%;
}

.doss_eta_0 {
 background-color: #FFA0A0;
 text-align : center;
}

.doss_eta_1 {
 background-color: #A0FFA0;
 text-align : center;
}

.doss_eta_2 {
 background-color: #FFFFA0;
 text-align : center;
}

.doss_link {
 text-decoration : underline ;
}

#doss_div_menu {
  -moz-border-radius: 15px; 
  -webkit-border-radius: 15px; 
   border-radius: 15px; 
   border: 3px solid #000000;
   position: fixed;
   top: 100px;
   left: 50%; 
   margin-left: -250px;  
   text-align: center;
   width: 400px;
   height:400px;
   max-width: 100%;
   z-index: 150;
}
.doss_div_cont {
  -moz-border-radius: 15px; 
  -webkit-border-radius: 15px; 
   border-radius: 15px; 
   margin: 5px;
   padding : 10px;
   text-align: left;
   height: 250px;
   overflow: auto;

}
.doss_div_cont a {
   text-decoration: underline;
}

.doss_col_lime {
  color: #10a010;
}
.doss_col_fushia {
  color: #c02020;
}


@media screen and (max-width:640px) { 

#doss_div_menu {
  -moz-border-radius: 10px; 
  -webkit-border-radius: 10px; 
   border-radius: 10px; 
   border: 2px solid #000000;
   position: fixed;
   top: 100px;
   left: 5px;  
   margin-left: 0px;  
   text-align: center;
   width: 400px;
   height:400px;
   max-width: 100%;
   z-index: 150;
}
.doss_div_cont {
  -moz-border-radius: 10px; 
  -webkit-border-radius: 10px; 
   border-radius: 10px; 
   padding : 5px;
}
.doss_div_cont a {
   text-decoration: underline;
}
