.plans-master-container {
    width: 84%;
    margin: 0 auto;
}

.plans-container {
    margin: 30px 0;
}

.plans-container:first-child {
    display: block;
}

.date-form-control {
    display: inline-block;
    width: auto;
}

.payment-errors, .fa-heart-red {
    color: #f44336;
}

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

.results-table thead > tr > th {
    white-space: nowrap;
    font-weight: bold;
    word-wrap: break-word;
}

.results-table tbody > tr > td {
    vertical-align: top;
}

.width-15p {
    width: 15%;
}

.width-20p {
    width: 20%;
}

.width-25p {
    width: 25%;
}

.width-50p {
    width: 50%;
}

.search-waiting-message {
    display: inline-block;
    padding: 4px 15px 6px;
}

.search-actions-container .btn {
    display: block;
}

.results-table > tbody > tr > td > ul {
    word-break: break-all;
    word-break: break-word;
}

.center-table {
    text-align: center;
}

.center-table thead tr th {
    text-align: center;
}
/*.card-actions-container .btn-group, .card-actions-container .btn {
    float: none;
    margin-bottom: 15px;
}*/

.dd-item.list-group > .btn.dd-handle:after {
    content: "\f0a6";
}

.dd.nestable-list .btn {
    text-transform: none;
}

.category-fav-button:hover {
    cursor: pointer;
}

.categories-fav-form {
    display: inline-block;
}

.categories-fav-form button {
    margin: 0;
}

.favorites-table,
.favorites-table thead tr th {
    text-align: center;
}

.favorites-count-container {
    float: right;
    margin-right: 24px;
    font-size: 20px;
}

.dd-item.list-group > .btn.edit-category-button,
.dd-item.list-group > .btn.delete-category-button {
    z-index: 1;
    position: absolute;
    margin: 0;
    padding-left: 0;
    padding-right: 0;
    right: 0;
    top: 0;
    width: 36px;
    text-align: center;
    cursor: pointer;
}

.dd-item.list-group > .btn.edit-category-button {
    right: 36px;
}

.dd-list .confirmation {
    min-width: 131px;
}
.subscriptions-features-list {
    padding-left: 0;
}

.subscriptions-features-list li {
    display: list-item;
    padding: 15px 30px;
    text-align: left;
    list-style-type: disc;
    list-style-position: inside;
    border-top: 1px solid #e5e6e6;
}

.subscriptions-features-list li:first-child {
    border-top: none;
}

.subscriptions-features-list i {
    font-size: 20px;
    float: right;
}

.subscriptions-features-list .unstyled-item {
    list-style-type: none;
}

.popular-subscription:before {
    content: 'Popular';
    position: absolute;
    top: -30px;
    color: #fff;
    background: #1d6fa6;
    line-height: 30px;
    width: 100%;
    left: 0;
    font-family: Poppins, sans-serif;
    text-transform: uppercase;
    letter-spacing: .1em;
}

#menubar .fa.fa-flash {
    left: 10px;
}

.menubar-visible #menubar {
    width: 260px;
}

textarea {
    resize: vertical;
}

.synonym-link {
    color: #0aa89e;
}

.synonym-link:hover {
    cursor: pointer;
    text-decoration: underline;
}

.block-60p-button {
    display: block;
    width: 60%;
    margin: 0 auto;
}

.product-description {
    word-break: break-all;
    word-wrap: break-word;
}

.product-summary-table {
    width: 100%;
    max-width: 100%;
    margin: 0;
}

.product-summary-table tr td {
    width: 50%;
    padding: 5px;
    border-bottom: 1px solid #ccc;
}

.product-summary-table tr td:first-child {
    font-style: italic;
    border-right: 1px solid #ccc;
}

.product-summary-table tr:last-child td {
    border-bottom: none;
}

.reviews-container {
    overflow: hidden;
    position: relative;
}

.reviews-container .reviews-link {
    position: absolute;
    z-index: 6000;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.reviews-container iframe {
    overflow: hidden;
    height: 117px;
    border: 0;
    margin-top: -115px;
    margin-left: -15px;
}

.keyword-rating-single {
    font-size: 14px;
}

.get-product-reviews-link {
    cursor: pointer;
}

.get-product-reviews-link:hover,
.get-product-reviews-link:active {
    text-decoration: none;
}

.modal-dialog.modal-lg table > tbody > tr > td {
    vertical-align: middle;
    padding: 10px 20px;
}

body [class*=" md-"].large-icon, [class^=md-].large-icon {
    font-size: 60px;
}

.mba-logo {
    background: url('../img/merchlogo.png') no-repeat 0 0;
    width: 360px;
    height: 176px;
}

span.heading {
    font-size: 18px;
    font-weight:bold;
}

.flot-y1-axis {
    left: -24px !important;
}
.table.custom-asins-table > tbody > tr > td {
    border-top: none;
}

.table.custom-asins-table > tbody > tr:nth-child(4n+3) > td,
.table.custom-asins-table > tbody > tr:nth-child(4n+5) > td {
    border-top: 1px solid rgba(189, 193, 193, 0.2);
}

.table.custom-asins-table > tbody > tr:nth-child(4n+3),
.table.custom-asins-table > tbody > tr:nth-child(4n+4) {
    background-color: rgba(242, 243, 243, 0.35);
}

.details-collapse-button:link,
.details-collapse-button:visited,
.details-collapse-button:hover,
.details-collapse-button:active {
    text-decoration: none;
}

.details-collapse-button:hover,
.details-collapse-button:active {
    cursor: pointer;
}

.asin-keywords-list {
    text-align: left;
}

.asin-keywords-item-data li:last-child {
    border-right: 1px solid #ccc;
}

.asin-keywords-phrase {
    font-size: 15px;
    font-weight: bold;
    font-style: italic;
}

.help-link {
    font-weight: bold;
    text-decoration: underline;
}

.no-hover.list .tile > a:hover {
    color: inherit;
}

#merchCalendar .datepicker {
    width: 60%;
    margin: 0 auto;
}

#merchCalendar .datepicker table {
    width: 100%;
}

.header-nav > li.external-services-link-container {
    padding: 0;
}

.external-services-link-container > a {
    position: relative;
    min-height: 64px;
    min-width: 210px;
    padding: 12px;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
}

.external-services-link-container > a > span {
    display: inline-block;
    vertical-align: middle;
    padding: 0 20px 0 10px;
    line-height: 15px;
}

.external-services-link-container > a > span > small {
    display: block;
    opacity: 0.5;
}

.external-services-link-container > a > img{
    width: 40px;
    height: 40px;
    border-radius: 40px;
}

.sad-emoji {
    display: inline-block;
    width: 18px;
    height: 18px;
    background: url(../img/sad.png) no-repeat 0 0;
    background-size: 18px 18px;
    vertical-align: middle;
    margin-top: -3px;
}

.terms-container a {
    text-decoration: underline;
}