﻿/* Enter Your Custom CSS Here */

td, th {
    padding: 0;
    border: black 1px solid;
}

.single .entry-content {
    color: #343434;
    font-size: 14px;
    line-height: 22px;
    padding: 0 0 10px 0;
}

article.post .entry-content {
    font-size: 16px;
    margin: 0;
}
.site-logo.f-left > a {
    display: inline-block;
    padding-top: 0px;
}

.entry-content h2 {
      border-bottom-color: #ca2f1a;
    bottom: 0px;
    border-bottom-width: 4px;
    border-bottom-style: solid;
    display: inline-block;
    left: 0;
    text-transform: none;
  color: #0B3FA0;
}

.entry-content h3 {   
  color: blue;
      margin-top: 10px;
}

.entry-content img {   
  max-width:100%;
   height: auto;
}

.entry-content ul {
 margin-left: 30px;
    margin-bottom: 10px;
}

table {   
    margin-bottom: 10px;
}

.entry-content a {
    color: #FF7800;
    border-bottom-color: #FF7800;  
    border-bottom-width: 1px;
    border-bottom-style: solid;
}

.entry-content .toc_list a {
    color: #000;
}

.entry-content em {
  color:#000;
  ;

.header-wrapper .menu li a {
    color: #ffffff;
    display: block;
    font-size: 16px;
    font-weight: 500;
    line-height: 48px;
    padding: 0 15px;
    text-transform: none;
}

img {
    border: 0;
    max-width: 100%;
}
  
  .header-wrapper .menu li a {  
    padding: 0 20px !important;
    text-transform: none !important;
}
  
.alert {
    border: 5px dashed rgb(222, 63, 63) !important;
}
  

