/*
 * Copyright (c) 2002 - 2018. Temetra Ltd. All Rights Reserved
 */

.weekDays a
{
    padding: 2px 5px !important;
    border-width: 1px !important;
    border-style: solid !important;
    color: #4C4C4C !important;
    text-decoration: none !important;
}

.weekDays a:hover
{
    border-style: solid !important;
    border-width: 1px 1px 2px 1px !important;
    text-decoration: none !important;
    color: Black !important;
}

.weekDays .selectedDay
{
    background-color: #51bbca !important;
    color:white !important;
    border-color: #4C4C4C !important;
}