#contentContainer {
    color: white;
    font-family: "Open Sans", sans-serif;
    font-size: 15px;
}


#content {
    margin: 10px;
    float: left;
    width: calc(100% - 340px);
    max-width: 980px;
}

#content li {
    margin-bottom: 8px;
}


#sidebar {
    width: 300px;
    float: left;
}

div.contentTitle {
    background-color: lightblue;
    color: black;
    font-size: 25px;
    margin-bottom: 15px;
    padding-left: 5px;
    font-weight: bold;
}

div.contentSection {
    font-size: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 8px;
    border-top: 2px solid white;
    font-weight: bold;
}

fieldset.subsection {
    font-size: 14px;
    border: 0px;
}
fieldset.subsection legend {
    padding-left: 10px;
    color: #0881da;
    background: white;
    font-weight: bold;
    font-size: 18px;
    width: 99%;
}

div.subsectionText {
    padding-left: 20px;
}

div.contentCode {
    margin: 8px;
    font-family: "Courier", sans-serif;
    font-size: 18px;
    font-weight: bold;
}

div.contentPictureCenter {
    text-align:center;
    margin: 10px;
}

div.contentLink {
    margin-top: 10px;
}

table.firsttable {
    color: white;
    font-size: 15px;
    width: 100%;
}

table.firsttable tr,
table.firsttable td {
}

tr.teamname td:nth-child(1) {
    background-color: red;
    width: 15%;
    text-align: center;
}

tr.teamname td:nth-child(2) {
    background-color: blue;
    width: 25%;
    text-align: center;
}

tr.teamname td:nth-child(3) {
    background-color: red;
    text-align: right;
    padding-right: 10px;
    width: 60%;
}

div.chairman2468 {
    height: 135px;
    width: 200px;
    background-color: red;
    color:white;
    font-size: 18px;
    margin:10px 10px 10px 100px;
    padding: 10px;
    text-align: center;
}
div.chairman2468 span {
    font-size:25px;
}


span.inspire {
    background-color:blue;
    font-weight: bold;
}
    
    
/*** this is the way to override the size of a material icon ****/

.material-icons.big {
    font-size: 40px;
}

div.contentLink div {
    position: relative;
}

div.contentLink span {
    color: red;
    margin-right: 10px;
}

div.contentLink a {
    position: relative;
    top: -15px;
    font-size: 20px;
    color: white;
}

div.contentLink a:hover {
    color: lightblue;
}

div.contentLink a:active {
    color: white;
}