.step {
    display: inline-block;
    line-height: 1;
    width: 10%;
    margin: 0px;
    padding: 0px;
}

.size-12 { font-size: 12px; }
.size-14 { font-size: 14px; }
.size-16 { font-size: 16px; }
.size-18 { font-size: 18px; }
.size-21 { font-size: 21px; }
.size-24 { font-size: 24px; }
.size-36 { font-size: 36px; }
.size-48 { font-size: 48px; }
.size-60 { font-size: 60px; }
.size-72 { font-size: 72px; }

.row-bottom-margin {
    margin-bottom: 1em;
}

.no-margin {
    margin: 0em;
}

.no-padding {
    padding: 0em;
}

.header-title {
    margin-bottom: 1em;
}

.header-margin {
    margin-top: 0.5em;
}

header{
    background-image: url(../img/logo_final_280.png);
    background-size: 0px;
    background-repeat: no-repeat;
    height: 0px;
    padding: 0px;
    background-color: #fff;
    background-position: 50% 50%;
    box-shadow: none;
}

tr.clickrow:hover{
    background-color: hsl(0,0%,90%);
    cursor: pointer;
}

.highrow {
    border-top: 1px solid;
}

.paginator {
    text-align: center;
}

.paginator ul.pagination li {
    float: none;
    display: inline-block;
}

.red{
    color: red;
}

.green{
    color: green;
}

.orange{
    color: orange;
}

.blue{
    color: #214E6D;
}

.switch{
    margin-bottom: 0px !important;
}

table{
    width: 100%;
}