/* 
    Created on : Oct 30, 2014, 4:57:21 PM
    Author     : Bob Tantlinger <bob.tantlinger@gmail.com>
*/

.ta-left {
    text-align: left;
}

.ta-center {
    text-align: center;
}

.ta-right {
    text-align: right;
}

.btn-header h1 {
    padding: 0;
    margin: 0;
}


.f-small {
    width: 25%;
}

.f-medium {
    width: 50%;
}

.f-full {
    width: 100%;
}

.jets-table td {
    font-size: 12px;
}

.jets-table caption {
    font-weight: bold;
}

tr.invalid-item td {
    color: crimson;
}