@import url('https://fonts.googleapis.com/css?family=Sarina');


body {
    max-width: 1200px;
}

.course-records thead {
    color: red;
    font-weight: bold;
    font-size: 18px;
    border-left: 0;
    border-right: 0;
    
    
}

.banner-title-overlay p {
    font-family: 'Sarina', cursive;
    font-size: 48px;
	font-weight: bold;
    color: gold;
	text-align: center;
    position: relative;
    top: -390px;
    width: 100%;
    background-color: #D7D7C4;
    background-color: rgba(80,80,80,0.4);
}

.gsh-author {
    color: darkslateblue;
    font: "Segui UI", "snas-serif";
    font-size: 12px;
    font-style: italic;
    font-weight: bold;
    margin: 10px 10px 10px 10px;
    border: 2px solid lightgray;
}

