body {
    background-image: url("transmetrics-background.png");
    background-size: cover;
    background-attachment: fixed;
}

#logo {
    max-width: 100%;
    width: auto;
    display: block;
    margin: 25px auto 50px auto;
}

#loading{
    width: 65px;
    display: block;
    margin: 15px auto 25px auto;
}

#loading-text{
    text-align: center;
    font-size: 17px;
}

.err-msg{
    font-family: Roboto, arial, sans-serif;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    color: red;
}

.button {
    border-radius: 1px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .25);
    box-sizing: border-box;
    transition: background-color .218s, border-color .218s, box-shadow .218s;
    cursor: pointer;
    text-align: center;
    font-family: Roboto, arial, sans-serif;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: .21px;
    background-color: #fff;
    color: #757575
}

.button:hover {
    box-shadow: 0 0 3px 3px rgba(66, 133, 244, .3)
}

.button-contents {
    line-height:34px;
    margin-right: 6px;
}

.button-icon {
    float: left
}

table {
    font-family: Roboto, arial, sans-serif;
    border-collapse: collapse;
    width: 100%;
    font-size: 16px;
}

tbody {
    text-align: center;
}

tfoot {
    text-align: left;
}

td, th {
    border: 1px solid #ddd;
    padding: 8px;
    background-color: #eeeeee;
}

th { 
    color: white;
    background-color: #2cac6c;
}


tr:nth-child(even) {
    background-color: #f3f3f3;
}

tr:hover {
    background-color: #dfdfdf;
}

td:hover {
    background-color: #cacaca;
}

.center{
    max-width: 800px;
    margin: 25px auto 50px auto;
}

td a{
    color: #2cac6c;
    background-color: transparent;
    text-decoration: underline;
}

td a:hover {
    color: #353538;
    background-color: transparent;
    text-decoration: none;
}

caption {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}

caption .greeting {
    font-weight: normal;
}

caption .name {
    font-weight: bolder;
}

