body {
    /* background: url(../img/bg.jpg) no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover; */
    background: rgb(159, 0, 0);
    background: radial-gradient(circle, rgba(159, 0, 0, 1) 0%, rgba(85, 17, 17, 1) 55%, rgba(43, 15, 15, 1) 100%);
}

.head {
    width: 100%;
    height: 50px;
    margin-bottom: 5%;
}

.ndyone-align {
    vertical-align: baseline;
    width: 100%;
    text-align: center;
    margin-top: 5%;
    margin-bottom: 5%;
}

.ndyzone-logo {
    width: 20%;
    height: auto;
    text-align: center;
    margin-top: 5%;
}

.ndyzone-link {
    background-color: rgba(255, 255, 255, 0);
    font-size: 1rem;
    font-weight: 300;
    text-decoration: none;
    display: inline-block;
    color: #ffffff;
    transition: all .3s;
}

.ndyzone-link:hover {
    background-color: rgba(255, 255, 255, 0);
    text-decoration: underline;
    color: #C6B84F;
}

h1 {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 2rem;
    color: #FFFFFF;
    text-align:left;
}

.tg {
    background-color: rgba(0,0,0,0.3);
    border-collapse: collapse;
    border-spacing: 0;
    color: #CCCCCC;
    font-size: 1rem;
    margin-bottom: 5%;
}

.tg td {
    border-color: hsla(0, 0%, 0%, 0.3);
    border-style: solid;
    border-width: 1px;
    font-family: Arial, sans-serif;
    font-size: 1rem;
    overflow: hidden;
    padding: 10px 5px;
    word-break: normal;
}

.tg th {
    border-color: hsla(0, 0%, 0%, 0.3);
    border-style: solid;
    border-width: 1px;
    font-family: Arial, sans-serif;
    font-size: 1rem;
    font-weight: normal;
    overflow: hidden;
    padding: 5px 5px;
    word-break: normal;
    line-height: auto;
}

.tg .tg-0lax {
    text-align: left;
    vertical-align: top;
}

::selection {
    background-color: none;
    color: inherit;
}