.bg-theme {
    background: #0063a7;
}
.home_page #top-bar img {
    width: 185px;
}
.presentation_page #top-bar img{
    width: 185px;
}
.logoutbtn{
	float: right;
    margin-top: 22px;
    margin-right: 12px;
}
@media only screen and (min-width: 601px){
    .comments_form_div{
        margin-top: 40px;
    }
}
#flowBoxes {
    margin-bottom: 20px;
}
#flowBoxes .first_div {
    display: inline-block;
    position: relative;
    height: 40px;
    line-height: 27px;
    padding: 5px 32px 5px 32px;
    /* border: 1px solid #ccc; */
    margin-right: -5px;
    font-size: 22px;
    border-bottom-left-radius: 22px;
    border-top-left-radius: 22px;
}

#flowBoxes .left_side {
    display: inline-block;
    position: relative;
    height: 40px;
    line-height: 27px;
    padding: 5px 32px 5px 32px;
    font-size: 22px;
    width: 284px;
}

#flowBoxes div.right_side:after{
    content: '';
    width: 30px;
    height: 28px;
    position: absolute;
    right: -3px;
    top: -3px;
    z-index: 150;
    -webkit-transform: translate(11px,7px) rotate(45deg);
    -moz-transform: translate(11px,7px) rotate(45deg);
    -ms-transform: translate(11px,7px) rotate(45deg);
    -o-transform: translate(11px,7px) rotate(45deg);
    transform: translate(7px,9px) rotate(50deg);
}

#flowBoxes div.active:after {
    background-color: white !important;
    width: 30px;
    height: 30px;
    position: absolute;
    right: -7px;
    top: -3px;
}

#time .first_div {
    display: inline-block;
    position: relative;
    height: 40px;
    line-height: 27px;
    padding: 5px 32px 5px 32px;
    margin-right: -5px;
    font-size: 22px;
    border-bottom-left-radius: 22px;
    border-top-left-radius: 22px;
}

#time .left_side {
    display: inline-block;
    position: relative;
    height: 40px;
    line-height: 27px;
    padding: 5px 32px 5px 32px;
    font-size: 22px;
    width: 284px;
}

#time div.right_side:after{
    content: '';
    width: 30px;
    height: 28px;
    position: absolute;
    right: -3px;
    top: -3px;
    z-index: 150;
    -webkit-transform: translate(11px,7px) rotate(45deg);
    -moz-transform: translate(11px,7px) rotate(45deg);
    -ms-transform: translate(11px,7px) rotate(45deg);
    -o-transform: translate(11px,7px) rotate(45deg);
    transform: translate(7px,9px) rotate(50deg);
}

#time div.active:after {
    background-color: white !important;
    width: 30px;
    height: 30px;
    position: absolute;
    right: -7px;
    top: -3px;
}