body {
    background: ghostwhite;
    font-family: 'Ranga', cursive;
    min-height: 100vh;
}
h1 {
    font-family: 'Passion One', cursive;
    color: black;
    font-size: 5rem;
    margin: 0em;
}
table {
    background: white;
    border: solid black 3px !important;
}
thead {
    font-size: 2em;
}
th {
    text-align: center;
    background-color: black;
    color: white;
    border-width: 0px !important;
}
.form-group {
    margin-bottom: 7px;
}
.input-group {
    width: 100%;
}
.input-group-addon {
    width: 90px;
}
th:nth-child(1) {
    width: 50px;
}
td, th {
    transition: 1s width, 1s height, 500ms background;
    vertical-align: middle !important;
    text-align: center !important;
    height: 60px;
    width: 18%;
    padding: 2px !important;
}
#info {
    text-align: center;
    opacity: 0;
    margin-top: 1em;
    font-size: larger;
}
abbr {
    text-decoration: none !important;
    border-bottom-width: 0px !important;
}
#server-user-id {
    opacity: 0;
    position: absolute;
    left: 5px;
    top: 5px;
}
.vl {
    background: #1E90FF;
    font-weight: bold;
}
.tut {
    background: #00BFFF;
}
.ue {
    background: #00CED1;
}
.iv {
	background: #1E8387;
}
a, a:link, a:visited, a:hover, a:active {
    color: black;
    text-decoration: underline;
}
.selected {
    background: #ccc;
}
.cur_block {
    border-color: #B22222 !important;
    border-width: 2px !important;
}
#menu {
    position: absolute;
    right: 5px;
    top: 5px;
    font-size: xx-large;
    color: #DC143C;
}
#menu2 {
	position: absolute;
    left: 5px;
    top: 5px;
    font-size: xx-large;
    color: #DC143C;
}
#menu:active, #menu2:active {
    color: OrangeRed;
}
#menu:hover, #menu2:hover {
    color: Orange;
}
#myModal4 .input-group {
	max-width: 80%;
	margin: auto;
}
ul a {
    text-decoration: none !important;
}
li sup {
    margin-left: 5px;
}
#upload2 span {
    animation: spin 2s infinite;
    -moz-animation: spin 2s infinite;
    -webkit-animation: spin 2s infinite;
    
}
@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    50% {
        transform: rotate(180deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
