/* Generic styling */
body {
    font-family: "Raleway", Helvetica, Arial, sans-serif;
    margin: 0px;
}

body h1,h2,h3 {
    color: #333333;
    line-height: 1.7;
}

body p {
    color: #777777;
    line-height: 1.7;
}

body a {
    color: #777777;
    line-height: 1.7;
}

body .wrapper {
    overflow: hidden;
}

body table {
    color: #777777;
}

body ul {
    color: #777777;
}

body ul li {
    line-height: 1.7;
    margin-top: 8px;
    margin-bottom: 6px;
}

body table, th, td {
    border: 1px solid #777777;
    border-collapse: collapse;
}

body .top-banner {
    text-align: center;
    width: 100%;
    padding: 30px 0;
    font-size: 24px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    background: #f8f9f9;
    border-bottom: 1px solid #e9e9e9;
}

body .top-banner h1 {
    font-size: 24px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}

body .main {
    clear: both;
    width: 100%;
    border-right: 1px solid #e9e9e9;
}

body .main .inner-main {
    padding-left: 10%;
    padding-right: 5%;
    padding-top: 20px;
}

body .main .inner-main h2 {
    margin-top: 0px;
    font-size: 19px;
}

body .main .inner-main a {
    color: #03c4eb;
}

body .main .inner-main a:hover {
    color: #777777;
}

body .main .inner-main img {
    width: 100%;
}

body .navigation {
    width: 100%;
}

body .navigation .inner-navigation {
    padding-left: 10%;
    padding-top: 20px;
    padding-right: 10%;
}

body .navigation .inner-navigation h2 {
    text-transform: uppercase;
    font-size: 19px;
    letter-spacing: 2px;
    margin-bottom: 13px;
    margin-top: 0px;
    font-weight: 700;
}

body .navigation .inner-navigation a {
    font-size: 14px;
    text-decoration: none;
    margin: 8px 0;
}

body .navigation .inner-navigation a:hover {
    color: #03c4eb;
    text-decoration: underline;
}

body .navigation .inner-navigation .links {
    margin-bottom: 40px;
}

body .navigation .inner-navigation .links a {
    display: block;
}

body .navigation .inner-navigation hr {
    width: 33%;
    border: none;
    border-bottom: 2px solid;
    margin-bottom: 40px;
}

body .navigation .inner-navigation .twitch {
    margin-bottom: 40px;
}

body .navigation .inner-navigation .discord {
    margin-bottom: 40px;
}

body .navigation .inner-navigation h3 {
    font-weight: bold;
    font-size: 14px;
}

body .navigation .inner-navigation p {
    font-weight: 400;
    font-size: 14px;
}

body .footer {
    clear: both;
    margin-top: 40px;
    text-align: center;
    background-color: #000000;
    color: #ffffff;
}

body .footer p {
    padding: 30px 0px;
    margin-bottom: 0px;
    color: #bbbbbb;
}

/* Category overview styling */
body .main .inner-main .category-overview-table {
    width: 100%;
}

body .main .inner-main .category-overview-table thead {
    font-weight: bold;
}

body .main .inner-main .category-overview-table td {
    width: 33%;
    padding: 10px;
    text-align: center;
}

body .main .inner-main .category-overview-table td.bold {
    font-weight: bold;
}

/* Mobs styling */
body .main .inner-main .mobs-table {
    width: 100%;
}

body .main .inner-main .mobs-table thead {
    font-weight: bold;
}

body .main .inner-main .mobs-table td {
    width: 33%;
    padding: 10px;
    text-align: center;
}

/* mobheads styling */
body .main .inner-main .mobheads-table {
    width: 100%;
}

body .main .inner-main .mobheads-table thead {
    font-weight: bold;
}

body .main .inner-main .mobheads-table td {
    width: 33%;
    padding: 10px;
    text-align: center;
}

/* Items overview styling */
body .main .inner-main .items-overview-table {
    width: 100%;
}

body .main .inner-main .items-overview-table thead {
    font-weight: bold;
}

body .main .inner-main .items-overview-table td {
    width: 33%;
    padding: 10px;
    text-align: center;
}

/* Tablet styling */
@media (min-width: 720px) {
    body .main {
        float: left;
        width: 75%;
    }
    body .navigation {
        float: right;
        width: 24%;
    }
}

/* Desktop styling */