body{
    font-family: tahoma;
    background:black;
    font-size:14px;
    min-width:1140px;
    color:white;
}
.container{
    min-width:1140px;
}
textarea{
    resize:none;
}
h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6{
    font-weight:bold;
    margin-bottom:0px;
}
h1{
    color:goldenrod;
    text-shadow:1px 1px black;
}
header{
}
footer{
    background:black;
    color:white;
    font-size:18px;
}
.table:last-child{
    margin-bottom:0px;
}
.table tr td,.table tr th{
    border:0px;
    font-size:18px;
    white-space:nowrap;
}
.table thead tr{
    background:#101010;
    color:darkgoldenrod;
}
.table tbody tr{
    background:#303030;
}
.table tbody tr:nth-child(even){
    background:#404040;
}
.wrapper{
    margin:2rem 0;
}
.wrapper-container{
    background:url(/assets/img/inner_bg.png) left top no-repeat;
    background-size:1170px;
    min-height:700px;
    position:relative;
}
.wrapper-container:before{
    position:absolute;
    content:"";
    top:0px;
    left:-20px;
    width:400px;
    height:150px;
    background:url(/assets/img/logo.png) left top no-repeat;
    background-size:contain;
}
.background{
    position:fixed;
    top:0px;
    left:0px;
    bottom:0px;
    right:0px;
    z-index:-1;
    background:black url(/assets/img/main_bg.png) top right no-repeat;
    background-size:cover;
}
.menu{
    padding-left:330px;
    padding-top:40px;
}
.menu ul,.menu ul li {
    list-style:none;
    list-style-type:none;
    padding:0px;
    margin:0px;
}
.menu ul{
    display:flex;
}
.menu ul li a{
    color:black;
    font-weight:bold;
    text-decoration:none;
    font-size:16px;
    display:block;
    padding:1rem 1rem;
    min-width:150px;
    text-align:center;
}
.inner-wrapper{
    min-height:500px;
    background:linear-gradient(to bottom,maroon,maroon);
}
.footer{
    background:linear-gradient(to bottom,maroon,red);
    border-radius:0 0 2rem 2rem;
}
.copyright{
    text-align:center;
    padding:1.5rem;
    font-size:120%;
}
.card{
    background:orange;
    padding:5px;
}
.card-body{
    background:#173957;
    border-radius:.5rem;
}
.font-big{
    font-size:150%;
}
.card-body hr{
    border-color:white;
    opacity:.2;
}
.text-danger{
    color:red!important;
}
.ball{
    background:url(/assets/img/ball.png) center center no-repeat;
    background-size:100%;
    display:inline-block;
    width:40px;
    height:40px;
    border-radius:50%;
    text-align:center;
    font-size:18px;
    font-weight:bold;
    line-height:2;
    margin:0 .5rem;
}
