﻿.fees {
    padding-top: 10px;
}
.main-container {
background-color:#fff;
}
.ftr-ap {
    bottom: 0;
    position: absolute;
    left: 0;
    right: 0;
    background: url(../images/bg.jpg) #222;
    height: 370px;
    width: 100%;
}

.padding-btm {
    padding-bottom: 370px;
}
.fotter-bottom-padding {
    position: relative;
    width: 100%;
    overflow-x: hidden;
    min-height: 100%;
    margin: 0px;
}

html {
    font-size: 62.5%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    height: 100%;
}

.error {
    font-size: larger;
    color: red;
}
.rotated {
   -webkit-transform:rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.thpedding {
padding-top:17px !important;
}
.tableborader {
border:1px solid black !important;
}
.tableborader > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
border:1px solid black !important;
}
@media only screen and (min-width: 320px) and (max-width: 359px) {
    .header > a >img {
        width:100% !important;
    }
}
