.weekDays-white a
{
    padding: 0px 3px 0px 3px !important;
    border-width: 1px !important;
    border-style: dotted !important;
    color: #183a7a !important;
    text-decoration: none !important;
    /* font-size: 12px !important; */

}

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

.weekDays-white .selectedDay
{
    background: linear-gradient(to bottom, #337ab7 0%, #2e6da4 100%) repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
    border-style: solid !important;
	border-width: 1px 1px 2px 1px !important;
	border-color:white !important;
    color: white !important;   

}


