/* Columns */

.column {
    width: 49%;
    margin: 0;
    padding: 0;
}

.column > h1:first-child,
.column > h2:first-child,
.column > h3:first-child,
.column > p:first-child
{
    margin-top: 0;
    padding-top: 0;
}

.column .pill {
    width: 85%;
}

.right {
    float: right;
    clear: right;
}

.left {
    float: left;
    clear: left;
}

.wide { width: 55%; }
.thin { width: 43%; }

.wider   { width: 65%; }
.thinner { width: 33%; }

.widest   { width: 73%; }
.thinnest { width: 25%; }

.noclear { clear: none; }
