/* Enter Your Custom CSS Here */
html, body, h1, h2, h3, h4, h5, h6, p, a, ul, li, span, div {
  font-family: "Verdana", 'Adobe 黑体 Std',Helvetica, Arial, Verdana, sans-serif, 黑体 !important;
}

table {
  width: 80% !important;
  margin-left: 10% !important;
  margin-right: 10% !important;
}
table caption {
  font-weight: bold !important;
}
table * {
  border-color: #ffffff !important;
  font-size: 0.95em !important;
  line-height: 2.2em !important;
}

tr:nth-child(odd) {
  background: rgba(90, 85, 139, 0.1);
}

tr:nth-child(even) {
  background-color: #ffffff;;
}
tr, td, th {
    border: 1px solid #ffffff !important;
}
td, th {
    padding-left: 15px !important;
}
td:first-child, th:first-child {
  width: 30% !important;
}

.footer .widget, .footer .tp_recent_tweets li {
    font-size: 12px !important;
    line-height: 14px !important;
}
.footer .recent-posts a, .footer .contact-info .secondary-color {
    color: #aab0b5 !important;
}
.footer .recent-posts a:hover, .footer .contact-info:hover .secondary-color,
.footer .custom-menu li.act a, .footer .custom-menu li a:hover{
    color: #fff !important;
  	text-decoration: none !important;
}