.title {
        width: 100%;
        background-color: #005b97;
        font-size: 1.1em;
        color: #fff; 
        font-weight: 600;
        padding:7px 7px 5px 10px;
        margin-bottom; 30px;
}

a {
        font-size: 0.9em;
}

.menu a {
        display: block;
        width: 190;
        background-color: #ccebff;
        font-weight: 600; 
        padding: 5px 0 2px 5px;
        border-bottom: solid 1px #a0c3d9;
        margin-top: 20px;
}

.arrow {
        font-size: 0.7em;
        color: #e10035;
        margin: 0 5px 0 0;
}

.menu a {
         display: block;
         width: 183px;
         background-color: #e0f7ff;
         font-weight: 600;
         padding: 5px 7px;
         margin-top: 5px;
}

.menu a:hover {
         background-color: #c0efff;
}

.category {
        width: 100%;
        color: #004885;
        font-weight: 600;
        padding: 0 0 0 5px;
        border-bottom: double 3px #004885;
        margin: 15px 0 15px 0;
}

.day {
        color: #555;
        font-size: 0.9em;
        font-weight: 600;
        padding: 0 7px 0 7px;
}

.dot{
        border: none;
        border-top: dotted 1px #666666;
        height: 1px;
        margin: 5px 0 10px 0;
}

.mb5{
        border: none;
        margin-bottom: 5px;
}

.mb20{
        border: none;
        margin-bottom: 20px;
}

.mb40{
        border: none;
        margin-bottom: 40px;
}