.ps-row {
    width: 100% !important;
    float: left;
    box-sizing: border-box;
}
.ps-col-10 {
    width: 10% !important;
    float: left;
    box-sizing: border-box;
    padding: 5px;
}
.ps-col-20 {
    width: 20% !important;
    float: left;
    box-sizing: border-box;
    padding: 5px;
}
.ps-col-30 {
    width: 30% !important;
    float: left;
    box-sizing: border-box;
    padding: 5px;
}
.ps-col-33 {
    width: 33% !important;
    float: left;
    box-sizing: border-box;
    padding: 5px;
}
.ps-col-40 {
    width: 40% !important;
    float: left;
    box-sizing: border-box;
    padding: 5px;
}
.ps-col-50 {
    width: 50% !important;
    float: left;
    box-sizing: border-box;
    padding: 5px;
}
.ps-col-60 {
    width: 60% !important;
    float: left;
    box-sizing: border-box;
    padding: 5px;
}
.ps-col-70 {
    width: 70% !important;
    float: left;
    box-sizing: border-box;
    padding: 5px;
}
.ps-col-80 {
    width: 80% !important;
    float: left;
    box-sizing: border-box;
    padding: 5px;
}
.ps-col-90 {
    width: 90% !important;
    float: left;
    box-sizing: border-box;
    padding: 5px;
}
.ps-col-100 {
    width: 100% !important;
    float: left;
    box-sizing: border-box;
    padding: 5px;
}

.ps-yellow-background {
    background-color: #f5d912 !important;
    color: #000000 !important;
}

.ps-float-left {
    float: left;
}

.ps-float-right {
    float: right !important;
}

.ps-text-center {
    text-align: center !important;
}

.ps-full-width {
    width: 100% !important;
}

.ps-modal {
    display: none;
    position: fixed;
    z-index: 10000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.4);
}

.ps-modal-content {
    background-color: #fefefe;
    margin: 15% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 65%;
    z-index: 10001;
    overflow: auto;
}

.ps-modal-close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.ps-modal-close:hover,
.ps-modal-close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.ps-link {
    text-decoration: underline;
    color: #2271b1;
    cursor: pointer;
}
