* {
    font-size: 0.9rem;
    font-family: "Arial" Tahoma!important;
}

body {
    background-color:#121212;
}

/*
 * tables
 * */

table{
    border: 1px solid #454d55;
}

th, caption {
    background-color: #272c34;
}

td {
    background-color:#121212;
    text-align: center;
    color: rgba(255, 255, 255, 0.7);
}

caption {
    caption-side: top;
    padding:5px 5px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.7);
}

/*
 * fonts and backgrounds
 * */

.yellowBg{
    background-color: yellow;
}

.greenBg{
    background-color: #28e47c;
}

.greenFont {
    color:#28e47c;
}

.blackFont {
    color:black !important;
}

.redFont{
    color:#ff8080;
}

.redBg{
    background-color: #ff8080;
}

.defaultTextColor{
    color: rgba(255, 255, 255, 0.7);
}

.text-underline{
    text-decoration: underline;
}

.text-overline{
    text-decoration: overline;
}

/*
 * modal
 * */

.modal-content {
    height: 80%;
}
