body {
    background-color: #ffffff;
    background-image: url("/pics/bga.png");
    /* background-repeat: repeat-x; */
    background-blend-mode: multiply;
}

table {
    table-layout: fixed;
    text-align: center;
    border: 1px solid;
}

table tr td:nth-child(1) {
    width: 300px
}

table tr td:nth-child(2) {
    width: 200px
}

table tr td:nth-child(3) {
    width: 200px
}

table tr td:nth-child(4) {
    width: 200px
}

table tr td:nth-child(5) {
    width: 100px
}

table tr td:nth-child(6) {
    width: 200px
}

table tr td:nth-child(7) {
    width: 200px
}

#imgcenter {
    vertical-align: middle;
}

.border {
    border: 1px solid black;
}

.mainblock {
    overflow: hidden;
    outline: 2px solid black;
    height: 100%;
    width: 96%;
    background-color: #FFFFFF;
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding-top: 30px;
    padding-bottom: 25px;
    margin-top: 20px;
    margin-bottom: 50px;
    font-family: torus;
    font-size: normal;
}

.maintext {
    padding-left: 2%;
    padding-right: 2%;
    font-size: 92%;
}

.br2 {
    display: block;
    margin-bottom: 1em;
}

.maintext2 {
    font-size: 90%;
}

.banner {
    background: url(banner.png);
    background-size: contain;
    background-repeat: no-repeat;
    height: 278px;
    width: 900px;
}

.table1 {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    font-size: 90%;
}

.eventname {
    text-align: center;
    font-weight: 250;
    padding-top: 48px;
    padding-bottom: 48px;
}

ul.sq {
    list-style-type: square;
}

div.a {
    text-indent: 50px;
}

a {
    color: #c96411;
}

/* table {
    border: 1px solid #5E6E77;
} */

th,
td {
    border: 1px solid #282C44;
}

small {
    font-size: 90%;
}

.button {
    background-color: #4CAF50;
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
}

/* Style the tab */
.tab {
    overflow: hidden;
    border: 1px solid #ccc;
    background-color: #f1f1f1;
}

/* Style the buttons that are used to open the tab content */
.tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
}

/* Change background color of buttons on hover */
.tab button:hover {
    background-color: #ddd;
}

/* Create an active/current tablink class */
.tab button.active {
    background-color: #ccc;
}

/* Style the tab content */
.tabcontent {
    display: none;
    padding: 6px 12px;
    border: 1px solid #ccc;
    border-top: none;
}

footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: black;
    color: white;
    text-align: center;
    font-family: torus;
    font-size: small;
}

@font-face {
    font-family: torus;
    src: url('/osumania/font/Torus-Regular.otf');
}