html {
  overflow-y: scroll;
}

    table {
	border-collapse: collapse;
	margin: auto;
    }

    th, td {
      padding: 5px 10px;
    }

    th {
      background-color: #dcdcdc;
	    color: #000;
      text-align: center;
      font-weight: 400;
      font-family: josefin-sans, serif;
      text-decoration: underline;
      border-bottom: black 1px solid;
      border-top: black double;
    }
    
    td {
      font-family: josefin-sans, serif;
      border-bottom: #C1272D solid thin;
      text-align: center;
      font-size: 12px;

    }

    th[data-sort]{
      cursor:pointer;
    }

    tr.awesome{
      color: #C1272D;
      background: #efefef;
      font-weight: bold;

    }
    tr:hover{
      color: #C1272D;
      background: #efefef;
      cursor:pointer;
    }
    

