.tab {
    overflow: hidden;
    border: none;
    border-bottom: 1px solid #BCBCBC;
    border-top: 1px solid #BCBCBC
  }
  
  /* Style the buttons that are used to open the tab content */
 .tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
    font-size: 20px;
  }
  
  /* Change background color of buttons on hover */
.tab button:hover {
    color: #C60551;
  }
  
  /* Create an active/current tablink class */
.tab button.active {
    color: #C60551;
    border-bottom: #C60551 5px solid;
  }
  
  /* Style the tab content */
.tabcontent {
    display: none;
    padding: 6px 12px;
    border: none;
    border-top: none;
  }
 
 .page-content p a.acf-btn.acf-btn-outline {
    color: #000;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.page-content p a.acf-btn.acf-btn-outline.pink-text {
    margin-top: 20px;
    color: #c60551;
}

.page-content p a.acf-btn.acf-btn-outline.pink-text:hover,
.page-content p a.acf-btn.acf-btn-outline:hover {
    color: #FFF;
}

.tab-content-container {
    padding-top: 22px;
}

.tab-content-container .wpb_wrapper p{
    font-size: 20px;
    font-family: "Roboto", sans-serif;
    color: #000;
}

.tab-content-container p strong,
.tab-content-container p,
.tab-content-container .wpb_wrapper li{
    font-size: 15px;
}

.page-content .line-heading {
    margin-bottom: 0px!important;
    background-image: none!important;
}

.page-content h2 {
    border-bottom: none;
}

.back-button-text {
    margin-bottom: 30px;
}

.expenses-back {
    font-size: 18px;
    color: black;
    text-decoration:none;
}

.expenses-back:hover {
    font-size: 18px;
    color: #a60643;
    text-decoration:none;
}

.media-posts .row .col-md-8 a {
    font-size: 18px;
    line-height: 24px;
}

.media-posts .expense-list-link-wrap .jobtitle{
    font-weight:400;
    color: #a60643;
    font-size: 18px;
    display: block;
    line-height: 24px;
}

.media-posts .row .col-md-4 .cta-view-report {
    font-size: 15px;
}

#expense-list.media-posts > div:nth-of-type(2)  {
    border-top: 1px solid #ddd;
}

/* .fa {
    font-size: 40px;
    color: #09539A;
}

.fa::before {
    position: relative;
    top: 7px;
} */

#expense-list-back {
    padding: 20px 0;
    color: #09539A;
    position: relative;
    top: 10px;
}

.expense-table a p {
  font-size: 18px;
  line-height: 24px;
}

/* .page-content p {
    font-size: 20px;
    line-height: 24px;
} */

/* h1.ttl-header {
    margin-bottom: 40px;
} */

.expense-detail th {
    background-color: #ddd;
    font-weight: 700;
    text-align: center;
    font-size: 20px;
}


@media screen and (max-width: 768px) {

    .media-posts .expense-list-link-wrap .jobtitle {
        font-size: 16px;
    }

    .media-posts .row .col-md-8 a {
        font-size: 16px;
    }

    .media-posts .row .col-md-4 .cta-view-report {
        font-size: 16px;
    }

    .expense-detail th {
        background-color: #ddd;
        font-weight: 700;
        text-align: center;
        font-size: 16px;
    }

    #expense-details #expense-list-back {
        font-size: 18px;
    }

}