body {
    padding-top: 70px; 
    padding-bottom: 100px;
}

.padding5{
    padding:5px !important;
}

/*glyphicon button styling*/
.glyph-but{
    font-size:x-large;
    text-decoration:none !important;
    vertical-align:bottom;
}

.blue{
    color:#5BC0DE;
}
.blue:hover{
    color:#31B0D5;
}

.red{
    color:#D9534F;
}
.red:hover{
    color:#C9302C;
}

.green{
    color:#5CB85C;
}
.green:hover{
    color:#449D44;
}

.orange{
    color:#F0AD4E;
}
.orange:hover{
    color:#EC9821;
}

.optionCol{
    width:50px;
    text-align:center;
}
/*glyphicon button styling*/

/*widths*/
.pal-width-70{
    width:70px;
}

.fontNormal {
    font-weight: normal !important;
}
