.monthHeadline
{
padding: 15px;
border-left: 3px solid black;
border-bottom: 3px solid black;
font-size: 15px;
font-weight: bold
color: black;
width: 100px
}

th
{
font-size: 12px;
font-weight: bold;
color: white;
background-color: #484545;
}

td
{
font-size: 12px;
font-weight: bold;
color: black;
}

.fixturesBox
{
width: 680px;
height: 500px;
position: absolute;
top: 20px;
left: 20px;
overflow:scroll;
}

.fixturesBox1
{
width: 680px;
height: 500px;
position: absolute;
top: 20px;
left: 20px;
}