﻿body {
}

.form-control {
    height: 2.5rem;
    padding: 0 1.5rem;
    font-weight: 300;
    line-height: 2.5rem;
    color: #2b2b2b;
    background-color: #f1f1f1;
    border: 0;
    border-radius: 3px;
}

.table td, .table th {
    padding: .3rem .75rem .3rem .75rem;
    /* line-height: 1.5; */
    vertical-align: top;
    border-top: none;
}

.cus-btn {
    width:150px;
    border: 1px solid #d0d0d0;
}

    .cus-btn:hover {
        border: 1px solid #d0d0d0;
    }

    option{
        font-weight:300;
    }

.footer-bottom{
    position:fixed;
    bottom:0px;
    width:100%;
}