body,h1,h2,h3,h4,h5,h6,p {font-family: "Raleway", Arial, Helvetica, sans-serif}

p,h3 {
    margin: 15px;
}

li{
    list-style: square;
    font-size: 18px;
}

.h3Center
{
    margin: 15px;
    font-family: "Raleway", Arial, Helvetica, sans-serif;
    font-size: 24px;
    text-align: center;    
}

.h4Center
{
    margin: 15px;
    font-family: "Raleway", Arial, Helvetica, sans-serif;
    font-size: 20px;
    text-align: center;    
}

.h1Center
{
    margin: 15px;    
    font-family: "Raleway", Arial, Helvetica, sans-serif;    
    text-align: center;   
    font-weight: bold;
    font-size: 30px;
}

.pCenter
{
    margin: 15px;
    font-family: "Raleway", Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: 400;
    text-align: center;    
}

.pJustify
{
    margin: 15px;
    font-family: "Raleway", Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 400;
    text-align: justify;    
}

.pLeft
{
    margin: 15px;
    
    font-family: "Raleway", Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 400;
    text-align: left;    
}

.planText
{
    margin: 20px;    
    font-family: "Raleway", Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: 400;
    text-align: justify-all;    
}

.planImage{    
    width: 100px;
    height: 100px;
    max-width: none;
}



header, footer {
  background: #999
}

.containerJenkos {
  display: table;
  width: 100%;
}

.blockContainer
{
    display: table;
    width: 90%;
    margin: 0 auto;
}

.containerCentralizer
{
    margin: 0 auto;
}
.mainContentJenkos {
  background: white;
  height: 300px;
  width: 25%;
  display: table-cell;
  padding-right: 10px;
  padding-left: 10px;
}

.asideJenkos {
  background: white;
  height: 300px;
  width: 25%;
  display: table-cell;
  padding-right: 10px;
  padding-left: 10px;
}

.enableBorderRight{
     border-style: solid;
     border-width: medium;
  border-top: 0px;
  border-bottom: 0px;
  border-right: 1;
  border-left: 0px;
}
.divSidebySide {
  background: white;
  height: auto;
  width: auto;
  display: table-cell; 
  padding-right: 10px;
  padding-left: 10px;
  
  
}

img {
  border-radius: 8px;
    max-width: 100%;
    height: auto;
}

.smallVerticalSeparator{
    margin-bottom: 5px;
    
}

@media (max-width: 780px)
{
      .divSidebySide{
        display: block;
    }
}

@media (max-width: 600px){
    
  
  .mainContentJenkos {
    display: block;    
    width: 100%;
    height: 100%;
    box-sizing: border-box; 
  }
  
   .asideJenkos {
    display: block;    
    width: 100%;
    height: 100%;
    box-sizing: border-box; 
    
  }
  
li{     
    width: 100%;
    padding-bottom: 10px;
    padding-top: 10px;
    display: list-item;
    box-sizing: border-box; 
    text-align: center;
    margin-left: 0px;
    list-style: square;
    font-size: 18px;
}  
  
  div{
    padding-bottom: 10px;
    padding-top: 10px;
    display: block;
    box-sizing: border-box; 
    text-align: center;
}  

Checkdiv{
    padding-bottom: 10px;
    margin-top: 5px;
    margin-bottom: 10px;
    padding-top: 10px;
    display: block;
    box-sizing: border-box;   
}  

p{
    padding-bottom: 10px;
    margin-top: 10px;
    margin-bottom: 60px;
    padding-top: 10px;
    display: block;
    box-sizing: border-box;   
}  
img{
    border-radius: 0px;
    margin-top: 5px;
    box-sizing: border-box; 
}
 
}
