
.table {
  margin: 20px 0;
    border-collapse: collapse;
}

th, td {
  border: none;
}

th {
  height: 30px;
}

td {
  text-align: center;
  padding: 7px 0;	
}

tr:nth-of-type(even) {
  background-color: #f3f3f3;
}

tr:nth-of-type(odd) {
  background-color: #ddd;
}



.width_30 {
  width: 30%;
}

.width_40 {
  width: 40%;
}

.width_50 {
  width: 50%;
}

.width_60 {
  width: 60%;
}

.width_65 {
  width: 65%;
}

.width_70 {
  width: 70%;
}

.width_75 {
  width: 75%;
}

.width_80 {
  width: 80%;
}

.width_90 {
  width: 90%;
}



.first_column_narrow {
  width: 15%;
}

.first_column_medium {
  width: 20%;
}

.first_column_wide {
  width: 25%;
}

.first_column_xwide {
  width: 30%;
}

.first_column_xxwide {
  width: 40%;
}

.first_column_xxxwide {
  width: 50%;
}



.background_color_blue {
    background-color: #1560BD;
}

.font_color_white {
    color: #fff;
}



@media (max-width: 1000px) {
.table {
  width: 100%;
}
}






