.short {
    color: #FF0000;
}

.weak {
    color: #E66C2C;
}

.good {
    color: #2D98F3;
}

.strong {
    color: #006400;
}

#wrapper
{
    width: 100%;
    height: 70px; /*whatever*/
    display: table;
    padding: 0;
    margin: 0;
    line-height: 8px;
}

#leftSide,
#middle,
#rightSide
{
    display: table-cell;
    vertical-align: middle;
}

#leftSide
{
    width: 100px;
}

#rightSide
{
    width: 80px;
}

.slug {
    font-size:1.3em;
    text-align:center;
    margin-top:8px;
    background-color: #809eb8;
    padding:10px;color:white;
}

.slughead {
    font-size:1.3em;
    text-align:left;
    margin-top:8px;
    background-color: #00a6b1;
    padding:10px;color:white;
}

.pricing-container {
    margin: 0 auto;
    background: #f4f4f4;
    color: #888;
    text-align: center;
}

.pricing {
    margin-top: 0px;
}

.pricing h3 {
    color: #555;
}

.pricing p {
    margin-top: 30px;
    margin-bottom: 10px;
    font-size: 1.3em;
    line-height: 24px;
}

.price-column {
    /*height: auto !important;*/
    margin-bottom: 10px;
    -o-box-shadow: 0 1px 2px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.2);
    box-shadow: 0 1px 2px rgba(0,0,0,0.2);
    background-color: #fff;
    padding: 5px 15px 5px 15px;
}


.price-column h2 {
    color:#fff;
    font-size:1.7em;
    text-align:center;
    background: #323A45;
    margin-bottom: 0;
    margin-top:10px;
    padding:30px 0;
    font-weight: 400;
    font-family: 'Dosis', sans-serif;
    line-height:0;
}

.price-column h3 {
    color:#555;
    background: #f0f0f0;
    text-align:center;
    font-size: 1.4em;
    margin-bottom: 0;
    margin-top: 0;
    padding: 10px 0;
    font-family: 'Dosis', sans-serif;
    font-weight: 400;
    line-height:22px;
}

.price-column h3 span {
    font-weight: 400;
    font-size: 1.3em;
}

.price-column ul {
    padding:10px;
    list-style: none;
}

.price-column li {
    border-top:1px solid #eee;
    text-align:center;
    font-family: 'Open Sans', sans-serif;
    color:#888;
    font-weight: 400;
    padding:4px 0;
    font-size: 1.0em;
    line-height: 1.2em;
}

.price-column li:first-child {
    border-top: none;
    font-variant: small-caps;
    font-weight: bold !important;
    font-size: 110%;
}

.price-column li:last-child {
    border-bottom:1px solid #eee;
}

.smallcaps {
    font-variant: all-small-caps;
    font-weight: bold !important;
}

