﻿
#mainBlockPolit {
    width: 76vw;
}

.textLabel {
    word-break: break-all;
}

.contentBoxes {
    margin-top: 1vh;
    margin-left: 1vw;
    float: left;
    width: auto;
    max-width:280px;
    padding-right: 20px;
    height: auto;
    max-height:35vh;
    background-image: url(/img/background.jpg);
    background-repeat: repeat;
    padding: 10px;
    overflow: auto;
    border-radius: 15px 15px;
    border: 1px;
    border-style: solid;
}

.rowInnerContentBoxes {
    display: flex;
    justify-content: center;
    float: left;
    align-items: center;
}

.titleBoxes {
    text-align: center;
    font: bold;
}

.labelTitle {
    font: italic;
    font-size: 20px;
    font-family: Arial;
}

.inputAll {
    width: 105px;
}

.addAll {
    width: 105px;
}

.editButtons {
    width: 20px;
}

.updateButton {
    display: none;
}

.deleteButton {
    display: none;
}
