/* CSS Document */
.five-perc {
   width: 5%;
}
.ten-perc {
   width: 10%;
}
.fifteen-perc {
   width: 15%;
}
.twenty-perc {
   width: 20%;
}
.thirty-perc {
   width: 30%;
}
.forty-perc {
   width: 40%;
}
.fifty-perc {
   width: 40%;
}
.sixty-perc {
   width: 60%;
}
.seventy-perc {
   width: 70%;
}
.eighty-perc {
   width: 80%;
}
.ninety-perc {
   width: 90%;
}
.two-cols {
   width: 50%;
}
.three-cols {
   width: 33%;
}
.four-cols {
   width: 25%;
}
.five-cols {
   width: 20%;
}
.six-cols {
   width: 16%;
}