/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
 
 body.woocommerce-account ul li.woocommerce-MyAccount-navigation-link--my-courses a:before{
	content: "\e013";
}
.enrolmart-flex-container{
    display:flex;
    flex-direction:row;
    border:1px #cbcbd1 solid;
    justify-content:space-between;
  }
.enrolmart-p
{
    padding: 10px 10px 0px;
    font-size: 1.2em;
    font-weight: 600;
}
.enrolmart-btn
{
    background-color: #04AA6D!important;
    border-radius: 18px;
    font-size: 18px;
    font-family: 'Source Sans Pro', sans-serif;
    line-height: 48px;
    border: none;
    display: inline-block;
    padding: 2px 16px;
    vertical-align: middle;
    overflow: hidden;
    text-decoration: none;
    color: #fff;
    text-align: center;
    cursor: pointer;
    white-space: nowrap;
    margin: 4px 23px 4px;
}
.enrolmart-btn:hover
{
    background-color: #848b8b!important;
    border-radius: 18px;
    font-size: 18px;
    font-family: 'Source Sans Pro', sans-serif;
    line-height: 48px;
    border: none;
    display: inline-block;
    padding: 2px 16px;
    vertical-align: middle;
    overflow: hidden;
    text-decoration: none;
    color: #fff;
    text-align: center;
    cursor: pointer;
    white-space: nowrap;
    margin: 4px 23px 4px;
}
.enrolmart-table thead
{
    background-color: #f7f7f7;
}
.enrolmart-table thead th
{
font-weight: 600;
}
.enrolmart_ahref {
    display: block;
    height: 33px;
    padding: 3px 6px 2px;
    background: #4E9CAF;
    text-align: center;
    border-radius: 5px;
    color: white;
    font-weight: bold;
}

.enrolmart_ahref:hover {
    
    display: block;
    height: 33px;
    padding: 3px 6px 2px;
    background: #878b8d;
    text-align: center;
    border-radius: 5px;
    color: white;
    font-weight: bold;
}
