@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);

h1.entry-title {
    color: #ffffff;
    font-family: 'Montserrat', sans-serif;
}

.home h1.entry-title {
  text-align: center; 
}

h3 {
  color: #ffffff;
}

.entry-content h2 {
    color: #ffffff;
    font-family: 'Montserrat', sans-serif;
  	margin-top: 70px;
}

div.entry-content p {
    color: #efefef;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
  	margin: 20px 0px;

}

th {
    background: #ffffff !important;
    color: #121212 !important;
}

td {
    color: #ffffff !important;
    vertical-align: middle !important;
}

td a {
    background: #45AA45 !important;
    color: #ffffff !important;
    padding: 5px 10px !important;
    border-radius: 5px !important;
    margin: 5px 0px !important;
    display: inline-block !important;
    text-align: center !important;
    text-decoration: none !important;
    font-weight: bold !important;
    text-transform: uppercase !important;  font-family: 'Montserrat', sans-serif !important;
}

td.column-1 {
    text-align: center;
}

/* TABLES */

table tr td ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

td.column-2 ul li, td.column-4 ul li {
    font-size: 12px;
    line-height: 15px;
}

td.column-3 ul li span {
    float: right;
    font-size: 15px;
    font-style: normal;
    text-decoration: underline;
}

td.column-3 ul li {
    font-size: 14px;
    font-style: italic;
}

@media screen and (max-width: 768px) {
  th {    
    font-size: 10px;    
    width: 40px;
  }
  th.column-2 {    
    height: 90px;
  }
  th.column-3 {    
    width: 250px;    
    height: 90px;
  }
  th.column-4 {    
    height: 100px;
  }
}

