.page-print{
    margin: 5%;
}
#daip-print-block-save-form div {
    float: right;
    margin-bottom: 10px;
}
#page .print-friendly-content {
    margin-top: 25px !important;
}
#page-title{
    display:none !important;
    border:none !important;
}

.results-benefit-heading  h1{
    font-size:20px;
    color: #004799;
}

.foa-section-title h2{
    font-size: 17px;
}

.foa-section{
    border-top: 2px solid #ddd;
    margin-bottom: 20px;
    color: #373737;
    font: 12px Sans-Serif, Arial, Helvetica;
}

#print-friendly-logo{
    margin-left: 35px;
    margin-top: 15px;
    height: 55px !important;
    width: 360px !important;
    padding: 0 !important;
   
}

.print-friendly-buttons{
    display: none;
}

.print-friendly-header{
    margin-bottom: 45px;
}

#region-content.grid-12.region.region-content{
    margin-left: 20px !important;
    width: 915px !important;
}
.foa-section li{
    list-style:none;
    color: #373737;
}

.foa-section li:before {
  content:"\2022"; /* /2022 is the numerical unicode for &bull; */
  font-size:1.5em; /* set the font-size of the bullet if necessary. Make sure to use em or %*/
  padding-right:.5em; /* give the bullet some padding from the text Make sure to use em*/ 
  position:relative;
  top:.1em;  
}

.foa-section ul{
    padding-left:15px;
}

.qButton,
#edit-submit{
    border: 1px solid #ccc;
    border-radius: 5px 5px 5px 5px;
    color: #fff;
    background: #05568b;
    background: -moz-linear-gradient(center top, #5BA5D6 0%, #05568B 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5BA5D6), color-stop(100%, #05568B) );
    background: -webkit-linear-gradient(top, #5BA5D6 0%, #05568B 100%);
    background: -o-linear-gradient(top, #5BA5D6 0%, #05568B 100%);
    background: -ms-linear-gradient(top, #5BA5D6 0%, #05568B 100%);
    background: linear-gradient(top, #5BA5D6 0%, #05568B 100%);
    text-shadow: none;
    width: 75px;
    height: 30px;
}

#print-friendly-print-button {
    margin-right: 5px;
}

@media screen{
    .print-friendly-buttons{
        display:block;
        float: right;
        margin-right: 40px;
        margin-bottom: 10px;
    }
}

@media print{
    .site-border{
        box-shadow: none !important;
    }
    body{
        font-size: 1.5em;
        margin: 5%;
    }
    @page :left {
        margin: 0.5cm;
    }
    @page :right {
        margin: 0.5cm;
    }
    .foa-section{
        font-size: 17px;
    }
    
    form{
        display:none;
    }
    
    .results-benefit-heading  h1{
        font-size:22px;
    }

    .foa-section-title h2{
        font-size: 19px;
    }
    
    #region-content{
        margin-top:50px;
    }
}

.foa-section  table{
    border-collapse:collapse;
    border: 1px solid #ccc;
}

.foa-section  table th{
    font-weight: normal;
}
.foa-section  table >tbody >tr th{
    font-weight: bold;
}

.foa-section td, .foa-section th{
    border: 1px solid #ccc;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
}

.foa-section {
    page-break-after:always;
}