/* Prosomo Steam Dry - Public CSS */

/* * /

.ps_prices_group {
    border: 1px solid #000;
}

.ps_prices_group .ps_prices_row {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    border-bottom: 1px solid #000;
}

.ps_prices_group .ps_prices_row:last-child {
    border-bottom: 0px solid #000;
}

.ps_prices_group .ps_prices_name {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc( 50% - 6px );
    padding: 9px;
    border-right: 1px solid #000;
}

.ps_prices_group .ps_prices_value {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc( 50% - 6px );
    text-align: right;
    padding: 9px;
}

/* */

/* LG Devices, Wide Screens */
@media only screen and (max-width : 1919px) { /* lg 1200px to 1919px */
    
}

/* MD Devices, Wide Screens */
@media only screen and (max-width : 1199px) { /* md 992px to 1199px */
    
}

/* SM Devices, Desktops */
@media only screen and (max-width : 991px) { /* sm 768px to 991px */
   
}

/* XS Devices, Tablets */
@media only screen and (max-width : 767px) { /* xs 320px to 767px */
    
}

