/****************************************/
/*  fixtures.css                        */
/*  Use with swindonasc\fixtures.shtml  */
/****************************************/

#fixturePageContent{
margin-left: 280px;
font-size: 1.3em;
/*border: 1px solid black;*/
}

#fixtureTable{
width: 97%;
}

#fixturePageContent p{
margin-top: 8px;
font-weight: 700;
}


table{
text-align: center;
border-collapse: collapse;
margin-top: 25px;
width: 97%;
border: 1px solid black;
}

th, td{
padding: 5px;
/*font-size: 0.9em;*/
border: 1px solid black;
}

th{
background-color: #f0f5fe;
font-weight: 700;
}

td span{
font-weight:700;
}


.highlight{
background-color: #f0f5fe;
padding: 10px;
}


