html, body{
    font-family : 'Raleway', sans-serif;
}

header .header-time:first-child span{
    border-top-left-radius     : 0px;
    border-bottom-left-radius  : 0px;
    border-top-right-radius    : 40px;
    border-bottom-right-radius : 40px;
    text-align                 : left;
}

header .header-time:last-child span{
    border-top-right-radius    : 0px;
    border-bottom-right-radius : 0px;
    border-top-left-radius     : 40px;
    border-bottom-left-radius  : 40px;
    text-align                 : right;
}

header .header-time:first-child{
    text-align : left;
}

header .header-time:last-child{
    text-align : right;
}

footer .jumbotron hr{
    margin-left  : auto;
    margin-right : 0px;
}