﻿#pagetrainer {
    position: fixed;
    top: 0px;
    left: -100%;
    background-color: white;
    width: 100%;
    color: white;
    display: block;
    z-index: 999999;
    height: 100%;
    border: solid 0px darkgrey;
}
#trainerHeader {
    width: 100%;
    height: 160px;
    padding: 0px;
    display: inline-block;
    font-size: 13px;
    color: black;
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
}
#trainerMain {
    width: 100%;
    height: calc(100% - 160px);
    padding: 0px;
    display: inline-block;
    font-size: 13px;
    color: black;
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
}
#trhistdiv {
    padding-top: 10px;
}
