
.left_float {
    background-color: white;
    font-size: 1vw;
    height: 90%;
    width: 25vw;
    margin-top: 5vw;
    margin-left: -3vw;
    border-radius: 3vw;
    padding-top: 2vw;
    text-align: center;
    position: absolute;
}

.left_float td {
    padding: 1vw;
    text-align: left;
}

.left_float a {
    text-decoration: none;
    color: black;
}

.center_float {
    background-color: white;
    font-size: 1vw;
    height: 65%;
    width: 36vw;
    margin-top: 14vw;
    margin-left: 24.5vw;
    border-radius: 3vw;
    padding-top: 2vw;
    padding-left: 2vw;
    padding-right: 2vw;
    position: absolute;
}

.right_float {
    background-color: white;
    font-size: 1vw;
    height: 90%;
    width: 25vw;
    margin-top: 5vw;
    margin-left: 67vw;
    border-radius: 3vw;
    padding-top: 2vw;
    text-align: center;
    position: absolute;
}

.right_float table {
    margin-left: auto;
    margin-right: auto;
}

.right_align {
    text-align: right;
    font-weight: bold;
}

.left_align {
    text-align: left;
}
