/**
  * @section subtemplates
  * @see     http://www.yaml.de/en/documentation/practice/subtemplates.html
  */
 
.subcolumns {
    overflow: hidden;
    width: 100%;
}

/* (en) alternative class for optional support of old Mozilla/Netscape browers */
.subcolumns_oldgecko {
    float: left;
    width: 100%;
}

.c20l, .c50l, .c25l, .c33l, .c38l, .c66l, .c75l, .c62l {
    float: left !important;
}

.c20r, .c50r, .c25r, .c33r, .c38r, .c66r, .c75r, .c62r {
    float: right !important;
    margin-left: -5px;
}

.c20l, .c20r {
    width: 20%;
}

.c25l, .c25r {
    width: 25%;
}

.c33l, .c33r {
    width: 33.333% !important;
}

.c50l, .c50r {
    width: 50%;
}

.c66l, .c66r {
    width: 66.666%;
}

.c75l, .c75r {
    width: 75%;
}

.c38l, .c38r {
    width: 38.2%;
}

.c62l, .c62r {
    width: 61.8%;
}

.subc {
    padding: 0 0.5em;
}

.subcl {
    padding: 0 1em 0 0;
}

.subcr {
    padding: 0 0 0 1em;
}

