/*
Theme Name: GBN1 Child
Template: gbn1
*/
@import url("../gbn1/style.css");

.results {
         border: 2px solid black;
         border-collapse: separate;
         border-spacing: 0;
         border-radius: 15px;
         text-align: center;
         width: 100%;
}

.results th {
         background-color: #045882;
         text-align: center;
         color: #FADD06;
}

.results th, td {
         border: 1px solid black;
         padding: 20px;
}

.results th:first-child {
        border-top-left-radius: 15px;
}

.results th:last-child {
         border-top-right-radius: 15px;
}

.results td:first-child {
         border-bottom-left-radius: 15px;
}

.results td:last-child {
         border-bottom-right-radius: 15px;
}

.results td {
         text-align: center;
}

@media (max-width: 900px) {
    display: inline-block;
    width: 32%;
}

.inner-main-head h1 {
    font-size: 150px;
}
