.col-5
{
    width: 49.8%;
    display: inline-block;
}
.pull-right
{
    float:right;
}
.pull-left
{
    float:left;
}
.text-bold
{
    font-weight: bold !important;
}
.text-right
{
    text-align: right;
}
.text-justify
{
    text-align: justify;
}
.overview-detail
{
    margin-top: 25px;
}