

@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,700);



.blue { color: #185875; }
.yellow { color: #FFF842; }

.containerpri th h1 {
	  font-weight: bold;
	  font-size: 1em;
  text-align: center;
  color: #ffffff;
  padding-bottom: 2%;
	  padding-top: 8%;
  padding-left:2%; 
}

.containerpri th{
    border: 2px solid #566db3;
    
}

.containerpri td{
    border: 2px solid #566db3;
}

.containerpri td {
	  font-weight: normal;
	  font-size: 1em;
  -webkit-box-shadow: 0 2px 2px -2px #0E1119;
	   -moz-box-shadow: 0 2px 2px -2px #0E1119;
	        box-shadow: 0 2px 2px -2px #0E1119;
}

.containerpri {
	  text-align: center;
	  overflow: hidden;
	  width: 80%;
	  margin: 0 auto;
  display: table;
  padding: 0 0 8em 0;
}

.containerpri td, .container th {
	  padding-bottom: 2%;
	  padding-top: 2%;
  padding-left:2%;  
}

/* Background-color of the odd rows */
.containerpri tr:nth-child(odd) {
	  background-color: #ffffff;
}

/* Background-color of the even rows */
.containerpri tr:nth-child(even) {
	  background-color: #ffffff;
}

.containerpri th {
	  background-color: #222429;
}

.containerpri td:first-child {
     color: #000000;
     font-weight: bold;
 }

.containerpri tr:hover {
   
-webkit-box-shadow: 0 6px 6px -6px #0E1119;
	   -moz-box-shadow: 0 6px 6px -6px #0E1119;
	        box-shadow: 0 6px 6px -6px #0E1119;
}

.containerpri #crtd:hover {
    background-color: #44cdd2;
    color: #ffffff;
    font-weight: bold;
    box-shadow: #7F7C21 -1px 1px, #7F7C21 -2px 2px, #7F7C21 -3px 3px, #7F7C21 -4px 4px, #7F7C21 -5px 5px, #7F7C21 -6px 6px;
    transform: translate3d(6px, -6px, 0);
    transition-delay: 0s;
    transition-duration: 0.4s;
    transition-property: all;
    transition-timing-function: line;
  }

.containerpri #bybtn:hover {
    background-color: #ff5e5e;
    color: #ffffff;
    font-weight: bold;
    box-shadow: #7F7C21 -1px 1px, #7F7C21 -2px 2px, #7F7C21 -3px 3px, #7F7C21 -4px 4px, #7F7C21 -5px 5px, #7F7C21 -6px 6px;
    transform: translate3d(6px, -6px, 0);
    transition-delay: 0s;
    transition-duration: 0.4s;
    transition-property: all;
    transition-timing-function: line;
  }

  

.containerpri td:hover {
  background-color: #627afe;
  color: #ffffff;
  font-weight: bold;
  box-shadow: #7F7C21 -1px 1px, #7F7C21 -2px 2px, #7F7C21 -3px 3px, #7F7C21 -4px 4px, #7F7C21 -5px 5px, #7F7C21 -6px 6px;
  transform: translate3d(6px, -6px, 0);
  transition-delay: 0s;
  transition-duration: 0.4s;
  transition-property: all;
  transition-timing-function: line;
}

@media (max-width: 800px) {
.container td:nth-child(4),
.container th:nth-child(4) { display: none; }
}