figure{
    margin: 0;
    margin-bottom: 10px;
}

figure.table {
    margin:0 15px;
}

table{
    border: 0px solid #e9ecef;
    margin-bottom: 0;
}
.table td, .table th{
    padding: 0;
    margin-bottom: 0px !important;
    border: 0!important;
    margin: 0.3rem !important;
    background: #f7f7f7;
    border: 1px solid #ffffff !important;
    color: #6b6a6a;
    font-size: 14px;
    padding:0 10px;
}

table tbody tr td p,table tbody tr th p{
    margin-bottom: 0px !important;
    /*padding: 5px 0;*/
    /*border: 1px solid #b2b2b2;*/
    color: #6b6a6a;
    font-size: 14px;
}

table span{
    padding: 0 10px;
    display: block;
    height: 100%;
    font-weight: 700;
    color:white;
    font-size: 15px;
    margin: 0 -10px;
}

.text-small{
    font-size: 12px;
}
figcaption {
    line-height: 15px;
    margin: 0;
    padding:3px 0;
    font-size: 11px;
    font-weight: 400;
}

figure img{
    width: 100%;
}

.image-style-align-left {
    float:left !important;
    margin-right: 25px;
}

.image-style-align-right {
    float:right !important;
    margin-left: 25px;
}
.image-margin-right-rounded{
    position: relative;
}
.image-margin-right-rounded img {
    position: relative;
    float:left !important;
    margin-right: 25px;
    border-radius: 50%;
    border: 6px solid #d5d6d7;
    z-index: 99;
    width: 100px;
}

.image-margin-right-rounded figcaption{
    position: absolute;
    z-index: 999;
    top: 80px !important;
    border-radius: 20px;
    background: #db1e36;
    padding: 3px 8px;
    color: white;
    margin-left: 25px;
}
.content-primary ul li{
    display: list-item;
    list-style: disc;
    padding-left: .4rem;
}
.content-primary ul{
    margin-left: 1.6rem;
    margin-top: -20px;
}