/* change font theme here */
.content, .metopanel>.content, .panel.with-nav-tabs > .panel-body {
    font-size: 12px;
}

ul.metlist{
    list-style: none;
    margin: 0px;
    -webkit-padding-start: 0px;
}
ul.metlist li, .content p.metlist a{
    margin-bottom: 6px;
    padding-bottom: 3px;
    padding-left: 1.3em;
}
.ul.metlist li a, .content p.metlist a{
    text-decoration: none;
    color: #337ab7 !important;
}

ul.metlist li a:hover, p.metlist a:hover{
    text-decoration: none;
    color: #23527c !important;
}

ul.metlist li:before {
    content: "\f105"; /* FontAwesome Unicode */
    font-family: 'FontAwesome';
    display: inline-block;
    margin-left: -1.3em; /* same as padding-left set on li */
    width: 1.3em; /* same as padding-left set on li */
    color: #337ab7;
}
/* end change font theme here */


/* change theme color here */
.bg-metpanel, .with-nav-tabs.panel-default>.panel-heading, .with-nav-tabs.panel-default .nav-tabs > li.dropdown .dropdown-menu {
  color: #fff !important;
  background-color: #58b3be!important;
  border-color: #58b3be !important;
}
.bg-metpanel > .icon {
  background-color: #58b3be!important;
}
.metopanel>.content, .panel.with-nav-tabs, .with-nav-tabs.panel-default .nav-tabs > li.active > a, .with-nav-tabs.panel-default .nav-tabs > li.active > a:focus {
  background-color: #e8f1f4;
}

table > caption {
    font-weight: 600; 
    color: #505050;
  }
  
  table > thead.thead-dark {
    /*background-color: #505050;
    color: #f7f7f7;*/
  }
/* end change theme color here */



