.w-200 {
    width: 200px;
}

.text-dark-gray{
    color: #9499a3;
}

.mgc-logo {
    max-width: 300px;
}

.ui-widget-header {
    background-image: none !important;
    background-color: #343f52 !important;
}

.ui-widget-content {
    background-image: none !important;
    background-color: #f8f8fa !important;
    border: 1px solid #343f52;
}

.pricing-table table {
    table-layout: fixed;
}

@media (max-width:992px) {
    .pricing-table table {
        table-layout: auto;
    }
}
