.po6-alert {
    padding: 10px;
    color: white;
    margin-bottom: 15px;
}

.po6-alert.warning {
    background-color: #ff9800;
}

.po6-alert.danger {
    background-color: #f44336;
}

.po6-alert.info {
    background-color: #2196F3;
}

.po6-alert.success {
    background-color: #4CAF50;
}

#po6-ajax-loading {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5) center center no-repeat;
    display: none;
    z-index: 9999;
}

#po6-wait {
    color: #fff;
    font-weight: bold;
    font-size: 2em;
    display: block;
    position: relative;
    top: 50%;
    text-align: center;
}

.po6-left {
    float: left;
    margin-right: 5px
}

.po6-row {
    border-bottom: 1px solid #dfdfdf;
    padding: 1.5em 2em;
    background: #f8f8f8;
    line-height: 2em;
    text-align: left;
}

.po6-description {
    float: right
}

#woocommerce-product-data ul.wc-tabs li.plationline_options a:before {
    font-family: WooCommerce;
    content: '\e01e';
}
