﻿/*
 * global.css - Custom made CSS classes and variables
 * Author: Lowcountry Billing Services, Inc.
 * Version: 1.0.0
 * Copyright: 2014. All Rights Reserved.
 */

/** Variables **/
select {
    width: 220px;
}

/** Classes **/
.logo {
    height: 59px;
    display: initial;
    margin-top: -6px;
    margin-right: 5px;
    background-color: white;
    border-radius: 30px;
    padding: 1px;
    float: left;
}
.last {
    padding-bottom: 30px;
}
.odd > th, .even > th {
    vertical-align: middle !important;
}
.required {
    font-weight: bold;
}
.name {
    display: inline-block;
    margin-top: 10px;
}
.topper {
    padding-top: 20px;
}
.selecter {
    line-height: 39px;
    text-indent: 15px;
}