/* CSS Custom that is not related with core Bell UIKit */

.sma-context-help-image {
    cursor: pointer;
    content: url("../images/question.png");
    width: 16px; 
    height: 16px; 
    padding-left: 15px; 
    vertical-align: top;
}

.middle-row-button{
	padding-left:40px; 
	padding-top:10px;
	padding-bottom:5px;
}


    img.responsibility-report-image{
        max-width:150px;
    }
    table.repsonsibility-report-main{
        width:630px;
    }
    table.repsonsibility-report-main td{
        width:33%;
        text-align:center;
    }
    .responsibility-report-wrapper p {
        padding-top: 10px;
    }
    
    
    .container:hover .image {
      -webkit-transform:scale(1.1);
      transform:scale(1.1);
    }
    .container {
      overflow:hidden;
      padding: 10px 0 7px 0;
    }
  .image {
    -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
  }
    