/* Table */

table{
  font-size: 18px;
  margin-bottom: 15px;
  border-collapse: collapse;
  display: block;
  overflow-x: scroll;
  margin-left: -30px;
  width: 1000px;
}
@media all and (max-width: 1200px) {
  table {
    margin-left: -10px;
    width: auto;
  }
}

tbody {
  border: 3px solid #c4df5b;
}

td{
  padding: 10px 10px 5px 10px;
  border: 1px solid #c4df5b;
  vertical-align: baseline;
  text-align: left;
}

tr:nth-child(2n+1) {background: #f7f8f8;}

/* Other */

p, ul{
  margin-bottom: 15px;  
}

strong{
  font-weight: 600;
}

.entry-content ul{
  padding-left: 30px; 
}
.entry-content ul li{
  list-style-type: disc;
  margin-left: 15px;
}

.entry-content em{
  font-style: italic;
}

.entry-content a, .entry-content a strong{
    color: #c4df5b;
}

.entry-content a:hover{
    text-decoration: underline;
}

.entry-content a strong{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
}

.entry-content a strong img{
  margin-right: 30px;
}
