/*
.leftnav .relatedLinks {
    display: none;
}
*/

/*DASHBOARD TABLES*/

.table table {
    border: 1px solid #ffc72c;
}

.table table caption {
    font: bold 20px/1.3 Sofia, Arial, sans-serif;
}

.table table th {
    background: #ffc72c;
    font: 15px Sofia, Arial, sans-serif;
    font-weight: 700;
    color: #000;
    border: none;
}

.table table tr td {
    font: 13px Sofia, Arial, sans-serif;
    border-bottom: 1px solid #ffc72c;
}

.table table tr td i,
.table table tr th i
 {
    font-style: normal;
    font-size: 20px;
}  

.table table tr td b {
    color: #000;
}

/* Compliance Buttons */

/*Tweak Gray Box*/
.topnav .main > ul > li:nth-of-type(2) > div .nav-related-links:before {
  height: 55px;
}


/*Make Yellow Button*/
.topnav .main > ul > li:nth-of-type(2) > div .nav-related-links ul li:nth-of-type(2) {
    text-align: center;
    background: #ffc72c;
    padding: 10px;
    border-radius: 7px;
    margin: 18px -12px -5px -12px;
}  

.topnav .main > ul > li:nth-of-type(2) > div .nav-related-links ul li:nth-of-type(2) .teaser-title {
  color: #000000;
}  


.topnav .main > ul > li:nth-of-type(2) > div .nav-related-links ul li:nth-of-type(2):before {
display: none;
}  



/*--- Compliance Buttons Mobile ---*/


body .mobilemenu .menu-inner .nav .children > ul > li:nth-of-type(2) .submenu .children >ul >li:nth-of-type(7) {
  display: none;
}

body .mobilemenu .menu-inner .nav .children > ul > li:nth-of-type(2) .related >ul{
  padding: 5px 10px 0px 7px;
}


body .mobilemenu .menu-inner .nav .children > ul > li:nth-of-type(2) .related >ul >li:nth-of-type(2) {
  background: #ffc72c;
  padding: 6px 0px 4px;
  border-radius: 5px;
}

body .mobilemenu .menu-inner .nav .children > ul > li:nth-of-type(2) .related >ul >li:nth-of-type(2) a {
  text-align: center;
  color: #000;
}

body .mobilemenu .menu-inner .nav .children > ul > li:nth-of-type(2) .related >ul >li:nth-of-type(2):before {
  display: none;
}

