﻿.title strong {
    font-size: 20px;
}

label {
    font-size: 18px;
}

.PriceList-popup {
    left: 16%;
    top: 50%;
    position: fixed;
    z-index: 100;
    margin-top: -310px;
    background-color: white;
    padding: 50px;
    border: 1px solid rgb(231, 239, 247);
    border-radius: 10px;
    box-shadow: 5px 5px 8px 8px #a3c2c2;
    z-index:1000;
}

.closeIcon {
    background-position: right top;
    background-repeat: no-repeat;
    position: absolute;
    cursor: pointer;
    width: 17px;
    font-size: 18px;
    top: 1px;
    height: 17px;
    right: 10px;
}
