/*  THREAD BIT ICONS */
.bpMainContainer {

	padding: 0;
    font-size: 15px;
    font-family: arial;
    color: #000;
    background: #fff;
    border: 1px solid #dbdbdb;
    border-top: 3px solid #007fe1;
    box-shadow: 2px 2px 3px rgba(0,0,0,0.05);
    position: relative;
    
}


.bpMainContainerSmallHeaderWithLogo
{

    font-family: "Open Sans";
    font-size: 22px;
    font-weight: 300;
    color: #333;
    text-transform:uppercase;
    float: left;
    margin: 24px 0 0 -20px;
}


.mediumBtn
{
	background: #2196F3;
    padding: 12px 20px;
    border-radius: 3px;
    color: #fff !important;
    font-size: 16px;
    text-decoration: none;
    font-family:Roboto;
    font-weight:400;
}