body {
    background-color: black;
    color: white;
    word-wrap: break-word;
}

a {
    color: white;
}

.back {
    position: fixed;
    top: 0px;
    left: 0px;
    background-color: rgba(49, 49, 49, 0.8);
    padding: 10px;
    border-width: 2px;
    border-radius: 7px;
    border-style: ridge;
    border-color: #bbbbbb;
}

.background-div {
    position: fixed;
    top: 0px;
    left: 0px;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-position: 0%;
    width: 100%;
    height: 100%;
}

.content-container {
    background-color: rgba(0, 0, 0, 0.4);
    border-width: 2px;
    border-radius: 7px;
    border-style: ridge;
    border-color: #bbbbbb;
    padding: 15px;
}

.content-subcontainer {
    background-color: rgba(0, 0, 0, 0.4);
    border-width: 2px;
    border-radius: 7px;
    border-style: ridge;
    border-color: #bbbbbb;
    padding: 5px;
}

.content-icon {
    border-radius: 7px;
    width: 99px;
    height: 99px;
}

.content-icon-4-3 {
    border-radius: 7px;
    width: 132px;
    height: 99px; 
}

.content-head {
	font-size: 20px;
}

.mini-icon {
    width: 40px;
    height: 40px;
}

.medium-icon {
    width: 80px;
    height: 80px;
}

.large-icon {
    width: 400px;
    height: 300px;
}

.info-pic {
    position: relative;
    width: 400px;
    left: 50%;
    transform: translate(-50%, 0%);
    border-width: 2px;
    border-radius: 7px;
    border-style: ridge;
    border-color: #464646;
}

.simple-table {
    border: 1px solid;
    border-collapse: collapse;
    background-color: rgba(0, 0, 0, 0.4);
    word-break:break-word;
}

.s-td {
    border: 1px solid;
}

.s-th {
    border: 1px solid;
    background-color: rgba(255, 255, 255, 0.4);
}

.text-background {
    background-color: rgba(0, 0, 0, 0.253);
    position: fixed;
    width: 830px;
    height: 100%;
    top: 0%;
    left: 50%;
    transform: translate(-50%, 0%);
    border-right-style: ridge;
    border-left-style: ridge;
    border-width: 3px;
    border-color: rgba(255, 255, 255, 0.253);
}

.text-container {
    position: absolute;
    width: 800px;
    top: 0%;
    left: 50%;
    transform: translate(-50%, 0%);
}

.warning-container {
    color: white;
    font-weight: bold;
    background-color: rgba(255, 102, 0, 0.75);
    border-width: 4px;
    border-radius: 7px;
    border-style: ridge;
    border-color: rgba(255, 0, 0, 0.75);
    padding: 15px;
    padding-left: 70px;
    background-image: url("/img/warning.svg");
    background-repeat: no-repeat;
    background-attachment: inherit;
    background-size: auto;
    background-position: 5px;
}

@media only screen and (max-width: 830px) {
    .text-background {
        width: 100%;
    }

    .text-container {
        width: 95%;
    }
}

@media only screen and (max-width: 450px) {
    .info-pic {
        width: 85%;
    }
}