
table th,
table td{
  text-align: left;
}
table.layout{
  width: 100%;
  border-collapse: collapse;
}
table.display{
  margin: 1em 0;
}
table.display th{ 
  font-size: 18px;
  text-transform: uppercase;
  font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-variant: normal;
  color: #797979; 
  border: 1px solid #85B135;
  padding: 1.4em 1em;
}
table.display td{
  line-height: normal;
  letter-spacing: 0.2px;
  font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  color: #797979;
  border: 1px solid #85B135;
  padding: 1em 1em;
}

table.display td:nth-child(1){ background: #EEEEEE; }
table.display td:nth-child(2){ background: #FFFFFF; }
table.display td:nth-child(3){ background: #EEEEEE; }
table.display td:nth-child(4){ background: #FFFFFF; }
table.display td:nth-child(5){ background: #EEEEEE; }

table.display th{ background: #FFFFFF; }
table.display td{ background: #FFFFFF; }

table.responsive-table{
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.2);
}

@media (max-width: 40em){
    table.responsive-table{
      box-shadow: none;  
    }
   table.responsive-table thead{
      display: none; 
    } 
  table.display th,
  table.display td{
    padding: .5em;	
  }
   
table.responsive-table tr,
    table.responsive-table td{
        display: block;		
    }
    table.responsive-table tr{
        position: relative;
        margin-bottom: 1em;
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.2);
    }
    table.responsive-table td{
        border-top: 1px solid #B3BFAA;
    }
    table.responsive-table td.organisationname{
        background: #D5E0CC;
        border-top: 1px solid #B3BFAA;
    }
    table.responsive-table td.actions{        
		position: absolute;
		padding-left: 27%;
        top: 0;
        right: 0;
        border: none;
        background: none;		
    }     
}