
#cont1A, #cont1B
{
    height:180px;

}




#logo
{
	width:300px;
	height:140px;
	background-image: url(../img/CEBBD_logo_01.png);
	background-repeat: no-repeat;
	background-position: center center;
	padding: 20px 0;
	margin:0 auto;
	
	
}







#oilTA1
{
    background-image: url('../img/oil_trading_A1.png');
    background-repeat: no-repeat;
    background-size: 70%;
    background-position: center left;
    height:140px;
    width:100%;
    padding: 20px 0;
	margin:0 auto;
    
}


.panelB1
{
    
    float:left;
    margin: 0 40px;
    margin-top: 40px;
}


.rowA1
{
    width:100%;
    float:left;
    margin: 40px 0;
   
    
    
}

.rowA1 p
{
    background: #E6E7E8;
    margin: 20px 0;
    min-height: 80px;
    top:50%;
    text-align:left;
    padding-left: 40px;
    font-family: bcMyriad;
    font-size: 20px;
    box-shadow: 0 2px 3px rgba(0,0,0,0.25);
}



.rowA2
{
    width:100%;
    float:left;
    margin: 40px 0;
 
 
}

.rowA2 p
{
    background: #E6E7E8;
    margin: 20px 0;
    min-height: 80px;
    top:50%;
    text-align:left;
    padding-left: 20px;
    font-family: bcMyriad;
    font-size: 20px;
    box-shadow: 0 2px 3px rgba(0,0,0,0.25);
}



#supplyR1
{
    background-image: url('../img/supplyR1.jpg');
    background-repeat: no-repeat;
    background-size:100%;
    width:400px;
    height:260px;
    border: 4px solid #EE771A;
	border-radius:4px;
    float:left;
    box-shadow: 0 2px 3px rgba(0,0,0,0.25);
    margin-right:20px;
}

#supplyR2
{
    background-image: url('../img/supplyR2.jpg');
    background-repeat: no-repeat;
    background-size:100%;
    width:400px;
    height:260px;
    border: 4px solid #EE771A;
	border-radius:4px;
    float:right;
    box-shadow: 0 2px 3px rgba(0,0,0,0.25);
    margin-left: 20px;
}

#supplyR3
{
    background-image: url('../img/supplyR3.jpg');
    background-repeat: no-repeat;
    background-size:100%;
    width:400px;
    height:260px;
    border: 4px solid #EE771A;
	border-radius:4px;
    float:left;
    box-shadow: 0 2px 3px rgba(0,0,0,0.25);
    margin-right:20px;
}


@media screen and (max-width: 520px) {
    
    .panelB1
    {
        margin:0;
    }
    
    #supplyR1, #supplyR2, #supplyR3
    {
        width: 200px;
        height: 100px;
        float:none;
    }
    
    .rowA1 p, .rowA2 p
    {
        font-size:14px;
        text-align: left;
        padding-left:5px;
    }
    
    
    
    
}