.col-xs-5 {
    width: 70%;
}

.col-xs-3 {
    width: 30%;
}

.col-xs-offset-4 {
    margin-left: 0%;
}

.col-xs-6 {
    width: 40%;
}