﻿#noty_bottomCenter_layout_container {
    width: 90%;
}

.notyTable {
    display: table;
    width: 100%;
}

    .notyTable > div {
        vertical-align: top;
        display: table-cell;
    }

    .notyTable .notyImageCell {
        padding-right: 15px;
        width: 30px;
    }

    .notyTable .notyTextCell {
        text-align: left;
    }

        .notyTable .notyTextCell .notyText {
            font-style: italic;
            font-size: 12px;
            color: #3a3a3a;
        }

        .notyTable .notyTextCell .notyPrice {
            font-size: 12px;
            color: #404040;
        }

    .notyTable .notyButtonCell {
        text-align: right;
    }

@media screen and (max-width: 500px) {
    .notyTable .notyButtonCell .Button.Blue {
        display: none;
    }
}
