.time {
    font-family: "Trebuchet MS", Helvetica, sans-serif;
    font-size: 18px;
    letter-spacing: 0px;
    word-spacing: 0px;
    color: black;
    font-weight: 400;
    text-decoration: none;
    font-style: normal;
    font-variant: normal;
    text-transform: none;
    background-color: transparent;
    height: 18px;
}

.weights {
    top: 8px;
    padding: 0.0em;
    height: 20px;
    width: 20px;
    position: absolute;
    background-color: transparent;
    color: #e6e6e6;
    font-family: "Trebuchet MS", Helvetica, sans-serif;
    font-size: 12px;
    letter-spacing: 2px;
    word-spacing: 2px;
    margin: auto;
    text-align: center;
}

.footers {
    top: 1px;
    padding: 0.0em;
    height: 15px;
    width: 20px;
    position: absolute;
    background-color: transparent;
    color: #b30000;
    font-family: "Trebuchet MS", Helvetica, sans-serif;
    font-size: 12px;
    letter-spacing: -0.4px;
    word-spacing: 2px;
    margin: auto;
    text-align: center;
    font-weight: 700;
}

.upperLeft {
    -webkit-border-radius: 7px 0px 0px 0px;
    border-radius: 7px 0px 0px 0px;
}

.upperRight {
    -webkit-border-radius: 0px 7px 0px 0px;
    border-radius: 0px 7px 0px 0px;
}

.headers {
    border-left: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
    top: 5px;
    padding: 0.0em;
    height: 16px;
    width: 20px;
    position: absolute;
    background-color: transparent;
    color: #e6e6e6;
    font-family: "Trebuchet MS", Helvetica, sans-serif;
    font-size: 12px;
    letter-spacing: 0px;
    word-spacing: -1px;
    margin: auto;
    text-align: center;
}

.weightFrame {
    color: white;
    top: 0px;
    height: 25px;
    background-color: black;
}

.headerFrame {
    color: white;
    font-family: "Trebuchet MS", Helvetica, sans-serif;
    font-size: 14px;
    top: 4px;
    height: 17px;
    -webkit-border-radius: 8px 8px 0px 0px;
    border-radius: 8px 8px 0px 0px;
    background-color: black;
    z-index: 100;
}

.footer {
    color: white;
    -webkit-border-radius: 0px 0px 8px 8px;
    border-radius: 0px 0px 8px 8px;
    height: 15px;
    background-color: black;
}

.info {
    font-family: "Trebuchet MS", Helvetica, sans-serif;
    color: black;
    height: 50px;
    background-color: transparent;
}

h1 {
    font-family: "Trebuchet MS", Helvetica, sans-serif;
    font-size: 25px;
    letter-spacing: 0.2px;
    word-spacing: 0px;
    color: #61131F;
    font-weight: 700;
    text-decoration: none;
    font-style: normal;
    font-variant: small-caps;
    text-transform: none;
}