p1 {
  font-size:3em;  
  font-weight: 312;
  line-height:1em;
  text-align: center;
  color: #4DC3FA;
}

p2 {
  font-size:1em;  
  font-weight: 312;
  text-align: center;
  display: block;
  line-height:1em;
  padding-bottom: 2em;
  color: #FB667A;
}

p2 a {
  font-weight: 712;
  text-transform: uppercase;
  color: #FB667A;
  text-decoration: none;
}

.blue { color: #135572; }
.yellow { color: #FFF842; }

.karse-tablitsy th p1 {
  font-weight: bold;
  font-size: 1em;
  text-align: left;
  olor: #219cd3;
}

.karse-tablitsy td {
  font-weight: normal;
  font-size: 1em;
  -webkit-box-shadow: 0 2px 2px -2px #121622;
  -moz-box-shadow: 0 2px 2px -2px #121622;
  box-shadow: 0 2px 2px -2px #121622;
}

.karse-tablitsy {
  text-align: left;
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
  display: table;
  padding: 0 0 8em 0;
}

.karse-tablitsy td, .karse-tablitsy th {
  padding-bottom: 2%;
  padding-top: 2%;
  padding-left:2%;  
}

/* Background-color of the odd rows */
.karse-tablitsy tr:nth-child(odd) {
  background-color: #323C50;
}

/* Background-color of the even rows */
.karse-tablitsy tr:nth-child(even) {
  background-color: #2C3446;
}

.karse-tablitsy th {
  background-color: #283042;
}

.karse-tablitsy td:first-child { color: #FB667A; }

.karse-tablitsy tr:hover {
  background-color: #464A52;
-webkit-box-shadow: 0 6px 6px -6px #121622;
  -moz-box-shadow: 0 6px 6px -6px #121622;
  box-shadow: 0 6px 6px -6px #121622;
}

.karse-tablitsy td:hover {
  background-color: #FFF842;
  color: #403E10;
  font-weight: bold;
   
  box-shadow: #a3a21a -1px 1px, #a3a21a -2px 2px, #a3a21a -3px 3px, #a3a21a -4px 4px, #a3a21a -5px 5px, #a3a21a -6px 6px;
  transform: translate3d(6px, -6px, 0);
   
  transition-delay: 0s;
  transition-duration: 0.4s;
  transition-property: all;
  transition-timing-function: line;
}

@media (max-width: 812px) {
.karse-tablitsy td:nth-child(4),
.karse-tablitsy th:nth-child(4) { display: none; }
}