/* 圖文編輯器內使用之CSS */

.quantity-btn {
    display: block;
}

.quantity-btn input {
    width: 24px;
    margin-bottom: 0;
}

.quantity-btn .bmd-form-group {
    margin-bottom: 0;
}

.inquiry-list .table td,
.inquiry-list .table th {
    table-layout: fixed;
    vertical-align: middle;
}

.inquiry-list .modal-dialog {
    max-width: 768px;
}

.inquiry-list .imgInner {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    display: block;
    background-color: #f8f8f8;
}

.inquiry-list .imgInner img {
    position: absolute;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    display: block;
}

@media only screen and (max-width: 1499px) {}

@media only screen and (min-width: 1200px) {}

@media only screen and (max-width: 1199px) {}

@media only screen and (min-width: 992px) {}

@media only screen and (max-width: 991px) {}

@media only screen and (min-width: 768px) {}

@media only screen and (max-width: 767px) {}

@media only screen and (max-width: 568px) {}

@media only screen and (max-width: 440px) {}

@media only screen and (max-width: 420px) {}