.w-15 {
    width:15%!important;
}
.text-sm {
    font-size:0.875rem;
}
.modal-body .text-sm {
    font-size: 0.725rem;
}
.btn {
    text-decoration: none;
}
.btn.helpful {
    
}
.tags .btn {
    border-radius: 16px;
    border-color: #179100;
}
.tags .btn.active {
    color:#FFF;
    background-color:#179100;
}
.modal-content {
    border:none;
}
.modal-content ul {
    padding-left:1rem;
}
.modal-content ul li {
    margin-bottom: 8px;
    line-height: 1.25rem;
}
.modal-content ul li a {
    font-size: 0.875rem;
}
.article {
    font-size: 0.875rem;
    color:#484f57;
}
hr.separator {
    width: 25%;
    margin:1.5rem auto;
}