.header {
    background:#f1f1f1;
    color:#0a0a0a;
    margin:0px;
    margin-bottom: 20px;
    text-align: center;
    box-shadow: 1px 1px 10px -1px #9e9e9e;
    font-size: 14px;
    position: fixed;
    top: 0;
    left:0;
    width: 100%
  }

  
  

  .h1,h2,h3,h4,h5,h6,p,th,tr,table,tbody,td {
    font-family:'Oxygen';
  }
  
  .login {
    float: right;
    margin-right:20px;

  }

  .date {
    float: left;
    margin-left:20px;

  }

  .flag{
    float: right;
    margin-right: 10px;
  }

  thead input {
    width: 100%;
}



  /* Page content */
  .content {
    padding: 16px;
  }
  
  /* Card view after header */
  
  * {
    box-sizing: border-box;
  }
  
  body {
    font-family: Arial, Helvetica, sans-serif;
    background-color: rgb(255, 255, 255);
  }
  
  /* Float four columns side by side */
  .column {
    float: left;
    width: 25%;
    padding: 0 10px;
  }
  
  /* Remove extra left and right margins, due to padding in columns */
  .row {margin: 0 -5px;}
  
  /* Clear floats after the columns */
  .row:after {
    content: "";
    display: table;
    clear: both;
  }

  /*Footer Style */
  .footer {
    text-align:center;
    padding:5px;
    background:#a5a5a5;
    color:#ffffff;
    font-size: 14px;
    width: 100%;
    bottom: 0;
    }
  
  /* Style the counter cards */
  .card {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2); /* this adds the "card" effect */
    padding: 16px;
    text-align: left;
    background-color: #06418fc7;
    font-size:12px;
    line-height: 18px;
    color:#fff;
    height:230px;
  }
  
  /* Responsive columns - one column layout (vertical) on small screens */
  @media screen and (max-width: 600px) {
    .column {
      width: 100%;
      display: block;
      margin-bottom: 20px;
    }
  }
  