﻿div.row { height: 1%;}
div.row-end { clear: both; height: 1px; overflow: hidden; }
div.row.pad-top { padding-top: 20px;}
div.row.pad-btm { padding-bottom: 20px;}
div.col1, div.col2, div.col3, div.col4, div.col5, div.col6, div.col7, div.col8, div.col9, div.col10, div.col11, div.col12 { float: left; margin-left: 30px; }
div.col1:first-child, div.col2:first-child, div.col3:first-child, div.col4:first-child, div.col5:first-child, div.col6:first-child, div.col7:first-child, div.col8:first-child, div.col9:first-child, div.col10:first-child, div.col11:first-child, div.col12:first-child { margin-left: 0px; }
div.col1 { width: 54px; }
div.col2 { width: 138px; }
div.col3 { width: 222px; }
div.col4 { width: 306px; }
div.col5 { width: 390px; }
div.col6 { width: 474px; }
div.col7 { width: 558px; }
div.col8 { width: 642px; }
div.col9 { width: 726px; }
div.col10 { width: 810px; }
div.col11 { width: 894px; }
div.col12 { width: 978px; }

div.r-col1, div.r-col2, div.r-col3, div.r-col4, div.r-col5, div.r-col6, div.r-col7, div.r-col8,div.r-col9,div.r-col10, div.r-col11, div.r-col12{
    float:left;
}

div.r-col1{
    width: 8.3%;
}

div.r-col2{
    width: 16.66%;
}
div.r-col3{
   width: 25%;
}

div.r-col4{
    width: 33.33%;
}

div.r-col5{
    width: 41.6%;
}

div.r-col6{
    width: 50%;
}

div.r-col7{
    width: 58.3%;
}

div.r-col8{
    width: 66.66%;
}

div.r-col9{
    width: 75%;
}

div.r-col10{
    width: 83.33%;
}

div.r-col11{
    width: 91.66%;
}

div.r-col12{
    width: 100%;
}