/* Table */

table{
    border-color: #f4f4f4;
    font-size: 18px;
    border-width: 1px;
    border: 1px solid #f4f4f4;
    margin-bottom: 15px;  
}

td{
    padding: 10px;
}

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;
}
