.checkbox{
    margin-top: 10px;
}

.form-table {
    display: inline;
}
.btn-table {
    padding: 0px;
    margin-top: -12px;
}

.tab-pane {
    padding-top: 30px;
}

.bigText {
    font-size: 22px;
    font-weight: bold;
}
.smallText {
    font-size: 14px;
    font-weight: normal;
    margin-top: -10px;
}

#pageloader
{
    background: rgba( 255, 255, 255, 0.8 );
    display: none;
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 9999;
}

#pageloader img
{
    top: 20%;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: relative;
}

#pageloader p
{
    top: 8%;
    font-weight: bold;
    font-size: 22px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: relative;
}
