﻿.imgleft {
    max-width: 50%;
    float: left;
    padding: 5px 10px 5px 0;
}

.imgright {
    max-width: 40%;
    float: right;
    padding: 5px 0 5px 10px;
}

.btn {
    min-height: 25px;
    border: 1px solid black;
    border-radius: 45px;
    padding: 5px 10px;
    font-size: 1.5vw;
    text-align: center;
    background-color: lightslategray;
    color: white;
    text-shadow: 1px 1px 1px black;

}

.linkbtn {
    color: white;
    text-shadow: 1px 1px 1px black;
}

.loginbtn {
    width: 100%;
    min-height: 25px;
    border: 1px solid black;
    border-radius: 45px;
    font-size: 2.7vw;
    text-align: center;
    background-color: lightslategray;
    color: black;
    text-shadow: 1px 1px 1px white;
}

.tableborder {
    border: 2px solid black;
    font-size: 11pt;
}

.bottomborder {
    border-bottom: 1px solid black;
    border-left: 1px solid black;
    min-width: 100px;
}
