span.circle-outside {
      background: none;
    color: black;
    border: 1px solid black;
    border-radius: 20px;
    padding: 0 5px;
}
.header-banner,.footer {
    display: none;
}
td, th,tr{
    border: 1px solid #e6e4df !important;
}
.header-banner {
    text-align: center;
}
.footer li, .footer p {
    font-family: kalimati;
    font-weight: 500;
    font-size: 16px;
}
@media print{
    .views-field-edit-node {
    display: none !important;
}
  @page {size: landscape;
    margin: 0;
  }
  .header-banner,.footer {
    display: block !important;
}
body >div:not(.dialog-off-canvas-main-canvas), body > a, .top-nav, .header, .highlighted, #page-title, .copyright,header > *:not(.header-banner),form#views-exposed-form-seed-sample-germination-test-page-1{
    display: none !important;
}
}
.float{
    position: fixed;
    width: 210px;
    height: 60px;
    bottom: 40px;
    right: 40px;
    background-color: #EBEBEB;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    box-shadow: 2px 2px 3px #999;
    z-index:9;
}
input#edit-field-ger-sample-sub-date-nep-value {
    background: white;
}