.ms-rteStyle-Heading1
 
{-ms-name:"Heading 1 SBSI";
 
 color:#FF0000;
 
 font-size:30px;
 
 font-family:"Gill Sans MT";
 
 font-weight:bold;}
 
.ms-rteStyle-Heading2
 
{-ms-name:"Heading 2 SBSI";
 
 color:#000000;
 
 font-size:24px;
 
 font-family:"Gill Sans MT";
 
 font-weight:bold;}
 
.ms-rteStyle-Heading3
 
{-ms-name:"Heading 3 SBSI";
 
 color:#000000;
 
 font-size:20px;
 
 font-family:"Gill Sans MT";
 
 font-weight:bold;}
 
.ms-rteStyle-Heading4
 
{-ms-name:"Heading 4 SBSI";
 
 color:#000000;
 
 font-size:18px;
 
 font-family:"Gill Sans MT";
 
 font-weight:bold;}
 
.ms-rtetStyle-Paragraph
 
{-ms-name:"Paragraph SBSI";
 
 color:#969393;
 
 font-size:14px;
 
 font-family:"Arial, Helvetica, sans-serif" }
 
.ms-rteStyle-IntroParagraph
 
{-ms-name:"Intro Paragraph SBSI";
 
 color:#000000;
 
 font-size:12px;
 
 font-family:"Arial, Helvetica, sans-serif"}
 


.content{
   width: 100% !important;
}
.ms-rteImage-7{
    -ms-name:"Imagem Bootstrap";
    width: 100% !important;
	height:100% !important;
}

.ms-rteImage-8{
    -ms-name:"Imagem Bootstrap - Com alinhamento de imagem ao topo";
    width: 100% !important;
	height:100% !important;
	margin-top:-10px !important;
}

.ms-rteImage-9{
    -ms-name:"Retirar Bootstrap";
 /*   width: auto;
	height:auto;
    margin-top:auto;*/
}

.ms-rteTable-nonresponsive {
    -ms-name:"Tabela sem bootstrap";
 
}
.ms-rteTable-nonresponsive > thead > tr > th, .sbsi-bootTable-nonresponsive > tbody > tr > th, .sbsi-bootTable-nonresponsive > tfoot > tr > th, .sbsi-bootTable-nonresponsive > thead > tr > td, .sbsi-bootTable-nonresponsive > tbody > tr > td, .sbsi-bootTable-nonresponsive > tfoot > tr > td
{

}
.ms-rteTable-responsive {
    -ms-name:"Tabela bootstrap";
    min-height: 0.01%;
    overflow-x: auto;
  background-color:transparent;
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  border-spacing:0;
    margin-bottom: 18px;
    max-width: 100%;
    width: 100%;
	height:100% !important;
}
.ms-rteTable-responsive > thead > tr > th, .sbsi-bootTable-responsive > tbody > tr > th, .sbsi-bootTable-responsive > tfoot > tr > th, .sbsi-bootTable-responsive > thead > tr > td, .sbsi-bootTable-responsive > tbody > tr > td, .sbsi-bootTable-responsive > tfoot > tr > td
{
/*width:100%;*/
	height:100% !important;
padding:0px;
padding-right:3px;
padding-bottom:4px;
}

@media only screen and (max-width: 479px) 
{ 
#no-more-tables1 td{

max-width:100% !important;
}
#no-more-tables1 th{

max-width:100% !important;
}
}
@media only screen and (max-width: 767px) 
{ 
#no-more-tables1 table{
height:100% !important;
}
#no-more-tables1 td{
float:left;
width:100%;
max-width:50%;
}

#no-more-tables1 th{
float:left;
width:100%;
max-width:50%;
}

 #no-more-tables1 > thead > tr > th,  #no-more-tables1 > tbody > tr > th, #no-more-tables1 > tfoot > tr > th, #no-more-tables1 > thead > tr > td, #no-more-tables1 > tbody > tr > td, #no-more-tables1 > tfoot > tr > td
{
width:100% !important;
	height:100% !important;
padding:0px;
}
    /* Force table to not be like tables anymore */ 
    #no-more-tables1 table, #no-more-tables1 thead, #no-more-tables1 tbody, #no-more-tables1 th, #no-more-tables1 td, #no-more-tables1 tr
    { 
        display: block; 
		text-align:center;
    } 

    /* Hide table headers (but not display: none;, for accessibility) */ 
    #no-more-tables1 thead tr 
    { 
       /* position: absolute; 
        top: -9999px; 
        left: -9999px; */
    } 
    #no-more-tables1 tr 
    { 
      /*  border: 1px solid #dadada; */
    } 
    #no-more-tables1 td 
    { 
        /* Behave  like a "row" */ 
        border: none; 
       /* border-bottom: 1px solid #dadada; */
        position: relative;       
        white-space: normal; 
        text-align: center; 
		   width: 100% !important;
    }
	    #no-more-tables1 th
    { 
        /* Behave  like a "row" */ 
        border: none; 
       /* border-bottom: 1px solid #dadada; */
        position: relative;       
        white-space: normal; 
        text-align: center; 
		   width: 100% !important;
    }
    #no-more-tables1 tr th 
    { 
       /* display: none;*/
    } 
    #no-more-tables1 td:before 
    { 
        /* Now like a table header */ 
        position: absolute; /* Top/left values mimic padding */ 
        top: 6px; 
        left: 6px;         
        padding-right: 10px; 
        white-space: nowrap; 
        text-align: center;  
    } 
    /* Label the data */ 
    #no-more-tables1 td:before 
    { 
        content: attr(data-title); 
    }
    
    /* BOB VARIATIONS for no-more-tebles 767 */
    #no-more-tables1 .bob-operacoes
    {
        padding-left: 8px;
        text-align: center;
    }
}


}