table.darkTable {
  font-family: "Arial Black", Gadget, sans-serif;
  border: 2px solid #000000;
  background-color: #4A4A4A;
  width: 100%;
  height: 200px;
  text-align: center;
  border-collapse: collapse;
}
table.darkTable td, table.darkTable th {
  border: 1px solid #4A4A4A;
  padding: 3px 2px;
}
table.darkTable tbody td {
  font-size: 13px;
  color: #E6E6E6;
}
table.darkTable tr:nth-child(even) {
  background: #888888;
}
table.darkTable thead {
  background: #000000;
  border-bottom: 3px solid #000000;
}
table.darkTable thead th {
  font-size: 15px;
  font-weight: bold;
  color: #E6E6E6;
  text-align: center;
  border-left: 2px solid #4A4A4A;
}
table.darkTable thead th:first-child {
  border-left: none;
}

table.darkTable tfoot {
  font-size: 12px;
  font-weight: bold;
  color: #E6E6E6;
  background: #000000;
  background: -moz-linear-gradient(top, #404040 0%, #191919 66%, #000000 100%);
  background: -webkit-linear-gradient(top, #404040 0%, #191919 66%, #000000 100%);
  background: linear-gradient(to bottom, #404040 0%, #191919 66%, #000000 100%);
  border-top: 1px solid #4A4A4A;
}
table.darkTable tfoot td {
  font-size: 12px;
}







.module {
  background: url(images/1.jpg);

  width: 375px;
  height: 300px;
  position: relative;
  overflow: hidden;
  margin: 20px;
  display:inline-block;
}
.module > header {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 1px 1px;
  background: rgba(0,0,0, 0.4);

  overflow: hidden;
}
.module > header::before {
  content: "";
  position: absolute;
  top: -20px;
  left: 0;
  width: 200%;
  height: 200%;
  background: inherit;

  -webkit-filter: blur(4px);
  filter: blur(4px);
}
.module > header::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.25)
}
.module > header > h1 {
  margin: 0;
  color: white;
  position: relative;
  z-index: 1;
}

* {
  box-sizing: border-box;
}


















.module1 {
  background: url(images/2.jpg);

  width: 375px;
  height: 300px;
  position: relative;
  overflow: hidden;
  margin: 20px;
  display:inline-block;
}
.module1 > header {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 1px 1px;
  background: rgba(0,0,0, 0.4);

  overflow: hidden;
}
.module1 > header::before {
  content: "";
  position: absolute;
  top: -20px;
  left: 0;
  width: 200%;
  height: 200%;
  background: inherit;

  -webkit-filter: blur(4px);
  filter: blur(4px);
}
.module1 > header::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.25)
}
.module1 > header > h1 {
  margin: 0;
  color: white;
  position: relative;
  z-index: 1;
}

* {
  box-sizing: border-box;
}






.module2 {
  background: url(images/3.jpg);

  width: 375px;
  height: 300px;
  position: relative;
  overflow: hidden;
  margin: 20px;
  display:inline-block;
}
.module2 > header {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 1px 1px;
  background: rgba(0,0,0, 0.4);

  overflow: hidden;
}
.module2 > header::before {
  content: "";
  position: absolute;
  top: -20px;
  left: 0;
  width: 200%;
  height: 200%;
  background: inherit;

  -webkit-filter: blur(4px);
  filter: blur(4px);
}
.module2 > header::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.25)
}
.module2 > header > h1 {
  margin: 0;
  color: white;
  position: relative;
  z-index: 1;
}

* {
  box-sizing: border-box;
}





.module3 {
  background: url(images/4.jpg);

  width: 375px;
  height: 300px;
  position: relative;
  overflow: hidden;
  margin: 20px;
  display:inline-block;
}
.module3 > header {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 1px 1px;
  background: rgba(0,0,0, 0.4);

  overflow: hidden;
}
.module3 > header::before {
  content: "";
  position: absolute;
  top: -20px;
  left: 0;
  width: 200%;
  height: 200%;
  background: inherit;

  -webkit-filter: blur(4px);
  filter: blur(4px);
}
.module3 > header::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.25)
}
.module3 > header > h1 {
  margin: 0;
  color: white;
  position: relative;
  z-index: 1;
}

* {
  box-sizing: border-box;
}




.module4 {
  background: url(images/5.jpg);

  width: 375px;
  height: 300px;
  position: relative;
  overflow: hidden;
  margin: 20px;
  display:inline-block;
}
.module4 > header {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 1px 1px;
  background: rgba(0,0,0, 0.4);

  overflow: hidden;
}
.module4 > header::before {
  content: "";
  position: absolute;
  top: -20px;
  left: 0;
  width: 200%;
  height: 200%;
  background: inherit;

  -webkit-filter: blur(4px);
  filter: blur(4px);
}
.module4 > header::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.25)
}
.module4 > header > h1 {
  margin: 0;
  color: white;
  position: relative;
  z-index: 1;
}

* {
  box-sizing: border-box;
}



.module5 {
  background: url(images/6.jpg);

  width: 375px;
  height: 300px;
  position: relative;
  overflow: hidden;
  margin: 20px;
  display:inline-block;
}
.module5 > header {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 1px 1px;
  background: rgba(0,0,0, 0.4);

  overflow: hidden;
}
.module5 > header::before {
  content: "";
  position: absolute;
  top: -20px;
  left: 0;
  width: 200%;
  height: 200%;
  background: inherit;

  -webkit-filter: blur(4px);
  filter: blur(4px);
}
.module5 > header::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.25)
}
.module5 > header > h1 {
  margin: 0;
  color: white;
  position: relative;
  z-index: 1;
}

* {
  box-sizing: border-box;
}