Your IP : 216.73.216.48


Current Path : /srv/www/vlevski/passornot/css/
Upload File :
Current File : //srv/www/vlevski/passornot/css/message_styles.css

#message{
  font-weight: 700; 
  padding-bottom:10px; 
  width:75%;
   margin: auto; 
   margin-top: 15px; 
   margin-bottom: 35px; 
   border-bottom: solid gray 3px;
}
.fields{
  width:90%; 
  margin:auto; 
  margin-bottom:25px;
}
.info{
  color: rgb(136, 134, 134);
  margin-top:120px;
  font-size: 20px;
}
.tab{
  border-bottom: 3px solid rgb(0, 119, 255);
}
.tab:hover{
  background-color: rgb(233, 233, 233);
  border-bottom: 3px solid rgb(1, 85, 182);
}
.tab-active{
  border-bottom: 3px solid rgb(41, 71, 105);
}