.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 !important;
}

.no-side-padding {
    padding-left: 0em !important;
    padding-right: 0em !important;
}

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

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

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

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

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

/*.orbit-container {*/
    /*width: 100%;*/
    /*height: 100%;*/
/*}*/

/*.orbit-slides-container {*/
    /*width: 100%;*/
    /*height: 100% !important;*/
/*}*/
/*.orbit-slides-container li {*/
    /*width: 100%;*/
    /*height: 100%;*/
    /*background-size: cover;*/
/*}*/