body {
    padding-top: 10px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 14px;
    line-height: 1.2;
    height: 100%;
    width: 100%;
}

[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
    display: none !important;
}

.summary-header {
    border-bottom: solid 2px;
    vertical-align: middle;
    height: 35px;
}

.summary-title {
    font-weight: bold;
    font-size: 18px;
}

.summary-details{
    text-align: center;
}

.summary-controls{
    text-align: right;
}

.event-chart {
    padding: 0px;
    padding-bottom: 50px;
    height: 150px;
}

.top-chart {
    padding-bottom: 50px;
    padding-top: 0px;
    height: 200px;
}

.bottom-chart {
    padding-bottom: 50px;
    padding-top: 0px;
    height: 200px;
}

.lifetime-chart {
    padding-bottom: 50px;
    padding-top: 0px;
    height: 200px;
}

.control-buttons {
    padding: 20px;
}

.chart-container {
    width: calc(100% - 40px);
    position: relative;
    min-height: 1px;
    float: left;
}

#LocationMap {
    height: 300px;
    width: 100%;
    margin-bottom: 40px;
}

.yaxis-label {
    width: 20px;
    height: 100px;
    position: relative;
    min-height: 1px;
    float: left;
}

.y2axis-label {
    width: 20px;
    height: 100px;
    position: relative;
    min-height: 1px;
    float: left;
}

.yaxis-text {
    position: relative;
    left: -55px;
    top: 60px;
    width: 130px;
    height: 20px;
    transform: rotate(-90deg);
    text-align: center;
}

.y2axis-text {
    position: relative;
    left: -55px;
    top: 60px;
    width: 130px;
    height: 20px;
    transform: rotate(-90deg);
    text-align: center;
}

.pit-summary-panel {
    margin-top: 10px;
}