#daysofweek {

overflow:hidden;
margin-bottom: 45px;
margin-left:100px;

}

.sd {
 padding: 1px 15px 1px 15px;
 margin: 0 5px 0 5px;
 float:left;

}

#today
{
  border: 1px solid #000;
}

#selected
{
  background-color:#A9C93A;
}

#todayselected
{
  border: 1px solid #000;
  background-color:#A9C93A;
}

#weeks {
width:29em;
overflow:hidden;
margin-bottom: 4px;
margin-top:40px;
padding-bottom: 5px;
border-bottom: 1px solid #ccc;
margin-left:100px;
}
#weekfromto {
 float:left;
}

#nextweek {
text-align:right;
}

.weekend  {
 float:left;
 padding: 1px 15px 1px 15px;
 margin: 0 5px 0 5px;
 color: #c00;
}
.weekend a, .weekend a:visited {
 color: #c00;
}
 
