﻿.main-wrapper {
    font-size: 13px;
    /*background: linear-gradient(to bottom, rgba(170,228,239,1) 0%,rgba(229,229,229,1) 100%,rgba(255,255,255,1) 100%,rgba(255,255,255,1) 100%);*/
}
label{
    font-weight: bolder;
}
.main-wrapper label{
    padding-right: 0px;
}
.col-md-6 > .row{
    margin: 10px 0px;
}
.table{
    border: 0px !important;
}
.table *{
    border: 0px;
}
.table td{
    /*padding: 0px;*/
}
.td input {
    margin: 0px;
    background-color: #fff0 !important;
}
@media screen and (max-width: 992px) {
    .loftylogo {
        width: 100px;
        height: 80px;
    }
}
