.excel-float-btn {
    position: fixed;
    width: 55px;
    height: 55px;
    bottom: 40px;
    right: 40px;
    background-color: #0C9;
    color: #FFF;
    border-radius: 50px;
    font-size: 30px;
    text-align: center;
    box-shadow: 2px 2px 3px #999;
}

.excel-float {
    margin-top: 13px;
    margin-left: 4px;
}


.print-icon {
    position: fixed;
    width: 55px;
    height: 55px;
    bottom: 115px;
    right: 40px;
    background-color: #00cc99;
    color: #FFF;
    border-radius: 50px;
    font-size: 30px;
    text-align: center;
    box-shadow: 2px 2px 3px #999;
}

a.print-btn {
    color: white;
}

.print-float {
    margin-top: 13px;
}


@media print{
  .header,.highlighted,.copyright,.print-icon,.top-nav, .views-exposed-form.bef-exposed-form{
    display:none;
  }
  

}

