@-webkit-keyframes invade_animation {
    0% {transform:translate(-50%, 0%); border: 3px ridge black}
    25% {transform:translate(-50%, -115%);border: 3px ridge black;}
    50% {transform:translate(-50%, -115%);border: 3px ridge black;}
    65% {transform:translate(-50%, -115%);border: 3px ridge black;}
    75% {transform:translate(-50%, -115%); border: 5px ridge red; color: red;}
    80% {transform:translate(-50%, -115%); border: 3px ridge black;}
    100% {transform:translate(-50%, -115%);border: 3px ridge black;}
}
@keyframes invade_animation {
    0% {transform:translate(-50%, 0%); border: 3px ridge black}
    25% {transform:translate(-50%, -115%);border: 3px ridge black;}
    50% {transform:translate(-50%, -115%);border: 3px ridge black;}
    65% {transform:translate(-50%, -115%);border: 3px ridge black;}
    75% {transform:translate(-50%, -115%); border: 5px ridge red; color: red;}
    80% {transform:translate(-50%, -115%); border: 3px ridge black;}
    100% {transform:translate(-50%, -115%);border: 3px ridge black;}
}
@-webkit-keyframes zoom_animation {
    0% {transform: scale(1);}
    100% {transform: scale(1.025);}
}
@keyframes zoom_animation {
    0% {transform: scale(1);}
    100% {transform: scale(1.025);}
}
@-webkit-keyframes cart_zoom_animation {
    0% {transform: scale(1) translate(150px,172px);}
    100% {transform: scale(1.025) translate(147px,168px);}
}
@keyframes cart_zoom_animation {
    0% {transform: scale(1) translate(150px,172px);}
    100% {transform: scale(1.025) translate(147px,168px);}
}
@-webkit-keyframes cart_add_zoom_animation {
    0% {transform: scale(1) translate(440px,310px);}
    100% {transform: scale(1.025) translate(437px,306px);}
}
@keyframes cart_add_zoom_animation {
    0% {transform: scale(1) translate(440px,310px);}
    100% {transform: scale(1.025) translate(437px,306px);}
}
@-webkit-keyframes border_animation {
    0% {border-color: black;}
    15% {border-color: black;}
    50% {border-color: greenyellow;}
    100% {border-color: black;}
}
@keyframes border_animation {
    0% {border-color: black;}
    15% {border-color: black;}
    50% {border-color: greenyellow;}
    100% {border-color: black;}
}

@-webkit-keyframes rotate_animation {
    0% {transform: rotate(0deg);}
    100% {transform: rotate(360deg);}
}
@keyframes rotate_animation {
    0% {transform: rotate(0deg);}
    100% {transform: rotate(360deg);}
}

body {
    font-family: Verdana, Geneva, sans-serif;
    color: white;
    background: #1e1e1e;
    justify-content: center;
    z-index: 1;
    font-size: 15px;
    overflow-x: hidden;
}

h2 {
    background-color: dimgrey;
    color: white;
    height: 45px;
    width: 90%;
    line-height: 40px;
    margin: auto;
}

h3 {
    position: relative;
    top: 3px;
    background-color: dimgrey;
    color: white;
    width: 80%;
    margin: 0px auto 10px;
}

.header {
    position: absolute;
    height: 285px;
    width: 1200px;
    top: 0px;
    left: 50%;
    transform: translate(-50%,0%);
    margin: auto;
    text-align: center;
    font-size: 40px;
    font-weight: bold;
    color: black;
    background-color: white;
    background-image:url('../userdata/system/header_bg.jpg');
    background-repeat: no-repeat;
    background-position: right;
    background-size: contain;
    z-index: 5;
}

.header_contacts {
    position: absolute;
    top: 55px;
    left: 590px;
    width: 200px;
    height: 200px;
    font-size: 15px;

}

.header_hours {
    position: absolute;
    top: 145px;
    left: 560px;
    width: 130px;
    height: 150px;
    font-size: 11px;

}

.footer {
    position: fixed;
    z-index: 5;
    color: black;
    background-color: white;
    margin: auto;
    width: 75%;
    height: 40px;
    top: 100%;
    left: 50%;
    transform: translate(-50%,-50px);
    border: 2px solid black;
    line-height: 40px;
    padding: 2px; 
}

.orders {
    position: absolute;
    height: 55px;
    width: 55px;
    top: -1px;
    left: 1168px;
    color: white;
    background-color: black;
    background-image:url('../userdata/system/edit.png');
    background-size: 45px 45px;
    background-repeat: no-repeat;
    background-position: center;
    /*line-height: 37px;*/
    z-index: 6;
    border: 2px solid white;
    border-radius: 30px;
    opacity: 1;
    text-align: center;
    -webkit-animation-name: rotate_animation; /* Safari 4.0 - 8.0 */
    -webkit-animation-duration: 5s; /* Safari 4.0 - 8.0 */
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-play-state: paused;
    animation-name: rotate_animation;
    animation-duration: 5s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-play-state: paused;
}

.orders:hover {
    -webkit-animation-play-state: running;
    animation-play-state: running;
}

.cart {
    position: absolute;
    height: 55px;
    width: 55px;
    top: 172px;
    left: 730px;
    /*transform: translate(150px,172px);*/
    color: black;
    background-color: white;
    background-image: url('../userdata/system/cart.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    /*line-height: 37px;*/
    padding-bottom: 15px;
    padding-right: 15px;
    font-weight: bold;
    font-size: 25px;
    border-radius: 25%;
    z-index: 6;
}
.cart_add {
    /*position: absolute;*/
    /*top: 680px;*/
    /*left: 640px;*/
    position: relative;
    top: -30px;
    left: -30px;
    height: 55px;
    width: 55px;
    color: black;
    background-color: white;
    background-image:url('../userdata/system/cart.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    padding-bottom: 15px;
    padding-right: 15px;
    font-weight: bold;
    font-size: 25px;
    border-radius: 25%;
    z-index: 7;
}

.cart_wipe {
    position: relative;
    top: -65px;
    left: -30px;
    height: 55px;
    width: 55px;
    color: black;
    background-color: white;
    background-image:url('../userdata/system/cart.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    padding-bottom: 15px;
    padding-right: 15px;
    font-weight: bold;
    font-size: 25px;
    border-radius: 25%;
    z-index: 7;
}

.cart_item {
    height: 75px;
    line-height: 75px;
}

.logo {
    position: absolute;
    color: black;
    background-color: white;
    height: 250px;
    width: 500px;
    top: 0px;
    left: 0px;
    /*transform: translate(-120,0%);*/
    background-image:url('../userdata/system/epi.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: block;
}

.step {
    width: 150px;
    height: 30px;
    font-weight: bold;
    border-radius: 10px;
}

.ok {
    width: 30px;
    height: 30px;
    font-weight: bold;
    border-radius: 10px;
    padding: 0px 0px 3px 5px;
}


.main {
    position: fixed;
    color: black;
    background-color: white;
    margin: auto;
    width: 1200px;
    height: 100vh;
    top:0px;
    left: 50%;
    transform: translate(-50%,0%);
    border-right: 1px solid black;
    border-left: 1px solid black;
    border-bottom: 1px solid black;
    z-index: 2;
}

.menu_handle {
    display: none;
    border-radius: 10px;
    margin-top: 2px;
}

.menu {
    color: black;
    background-color: white;
    position: absolute;
    top: 285px;
    left: 50%;
    transform: translate(-600px,0%);
    width: 300px;
    height: 800px;
    overflow-y: auto;
    overflow-x: visible;
    z-index: 3;
}

.menu_item {
    color: black;
    background-color: white;
    width: 265px;
    height: 30px;
    border: 1px solid black;
    border-radius: 10px;
    margin-left: 5px;
    margin-bottom: 5px;
}

.menu_item .edit_badge {
    width: 30px;
    height: 30px;
    background-size: 25px 25px;
    top: -100%;
    left: 0px;
}

.menu_label {
    font-weight: bolder;
    margin: auto;
    /*text-align: center;*/
    width: 240px;
    height: 30px;
    font-size: 15px;
    line-height: 30px;
    text-align: left;
    cursor: pointer;
}

.edit_badge {
    position: relative;
    float: right;
    top: -95%;
    left: -5px;
    height: 40px;
    width: 40px;
    background-color: black;
    background-image:url('../userdata/system/edit.png');
    background-size: 35px 35px;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 1;
    color: white;
    border: 1px solid white;
    border-radius: 20px;
    -webkit-animation-name: rotate_animation; /* Safari 4.0 - 8.0 */
    -webkit-animation-duration: 5s; /* Safari 4.0 - 8.0 */
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-play-state: paused;
    animation-name: rotate_animation;
    animation-duration: 5s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-play-state: paused;
}

.edit_badge:hover {
    -webkit-animation-play-state: running;
    animation-play-state: running;
}

.add {
    background-image:url('../userdata/system/add.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.content {
    color: black;
    background-color: white;
    position: absolute;
    top: 285px;
    left: 50%;
    transform: translate(-300px,0);
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    width: 880px;
    height: 70vh;
    padding: 10px;
    z-index: 4;
}

.error {
    position: absolute;
    color: black;
    background-color: white;
    float: left;
    top: 100%;
    left: 50%;
    transform: translate(-50%, -115%);
    height: 50px;
    width: 400px;
    border: 3px ridge black;
    border-radius: 25px;
    font-size: 20px;
    line-height: 50px;
    text-align: center;
    z-index: 10;
    -webkit-animation-name: invade_animation; /* Safari 4.0 - 8.0 */
    -webkit-animation-duration: 4s; /* Safari 4.0 - 8.0 */
    -webkit-animation-timing-function: linear; /* Safari 4.0 - 8.0 */
    animation-name: invade_animation;
    animation-duration: 4s;
    animation-timing-function: linear;
}

.box {
    color: black;
    background-color: white;
    height: 230px;
    width: 200px;
    margin: 23px;
    border: 3px ridge grey;
    border-radius: 15px;
    font-size: 10px;
    display: inline-block;
    padding-top: 5px;
    overflow: hidden;
}

.box .label {
    font-size: 9px;
    height: 10px;
}

.box .value {
    font-size: 10px;
    height: 10px;
}

.box h3 {
    width: 90%;
    height: 30px;
    font-size: 15px;
    margin-bottom: 15px;
}

.box .edit_badge {
    top: -101%;
    width: 25px;
    height: 25px;
    background-size: 17px 17px;
}

.bigbox {
    color: black;
    background-color: white;
    height: 300px;
    width: 340px;
    margin: 23px;
    border: 3px ridge grey;
    border-radius: 15px;
    font-size: 15px;
    display: inline-block;
}

.text_block {
    padding: 10px;
    text-align: justify;
    font-weight: normal;
}

.three_quarters {
    width: 75%;
}

.text_block_grid {
    padding: 10px;
    display: -ms-grid;
    display: grid;
    text-align: justify;
    font-weight: normal;
}

.punkt {
    text-align: left;
    padding: 10px;
    font-weight: normal;
}

.biglabel {
    position: relative;
    top: 40px;
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    background-color: grey;
    color: white;
}

.button {
    border: 3px solid black;
    background-color: #dfdfdf;
    -webkit-animation-name: border_animation; /* Safari 4.0 - 8.0 */
    -webkit-animation-duration: 1.5s; /* Safari 4.0 - 8.0 */
    -webkit-animation-delay: 1ms;
    -webkit-animation-timing-function: linear; /* Safari 4.0 - 8.0 */
    animation-name: border_animation;
    animation-duration: 1.5s;
    animation-delay: 1ms;
    animation-timing-function: linear;
    cursor: pointer;
}

.button:hover {
    background-color: greenyellow;
    -webkit-animation-name: zoom_animation; /* Safari 4.0 - 8.0 */
    -webkit-animation-duration: 0.1s; /* Safari 4.0 - 8.0 */
    -webkit-animation-delay: 0s;
    -webkit-animation-fill-mode: forwards;
    -webkit-animation-timing-function: linear; /* Safari 4.0 - 8.0 */
    animation-name: zoom_animation;
    animation-duration: 0.1s;
    animation-delay: 0s;
    animation-fill-mode: forwards;
    animation-timing-function: linear;
}

.action {
    color: red;
}

.green {
    background-color: green;
    color: white;
}

.orange {
    background-color: orange;
    color: black;
}

.detail {
    color: black;
    background-color: white;
    width: 80%;
    margin: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    border: 3px ridge grey;
    border-radius: 10px;
    display: inline-block;
}

.detail h2 {
    margin-bottom: 15px;
    padding-bottom: 10px;
}

.holder {
    margin-left: 10%;
    margin-right: 10%;
    clear: both;
    align-content: center;
}

.cleaner {
    clear: both;
}
.left {
    float: left;
}

.right {
    float: right;
}
.third {
    position: relative;
    transform: translate(0, 30%);
}
.bottom {
    position: relative;
    transform: translate(0, 75%);
}

.on_stock {
    margin-top: 5px;
    margin-right: 5px;
    padding-left: 2px;
    padding-right: 2px;
}

.rounded {
    border: 1px solid black;
    border-radius: 10%;
}

.pic {
    width: 250px;
    height: 250px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.mid_pic {
    width: 150px;
    height: 150px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}


.small_pic {
    width: 75px;
    height: 75px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.label {
    width: 50%;
    height: 20px;
    text-align: left;
    padding-left: 2px;
}

.value {
    width: 45%;
    height: 20px;
    text-align: left;
    font-weight: normal;
}

.file {
    height: 27px;
    width: 47%;
}

.price {
    font-size: 15px;
}

.bold {
    font-weight: bold;
}

.normal {
    font-weight: normal;
}

.old_price {
    color: red;
    text-decoration: line-through;
}

.border {
    border: 1px black solid;
}

.note {
    font-weight: normal;
    font-size: 8px;
}

.line {
    position: relative;
    top: 5px;
    width: 80%;
    left: 50%;
    transform: translate(-50%, 0);
    border: 1px greenyellow solid;
    margin-bottom: 5px;
}

.bottom_border {
    border-bottom: 1px black solid;
}

.bottom_side_border {
    border-bottom: 1px black solid;
    border-left: 1px black solid;
    border-right: 1px black solid;
}

.selected {
    background-color: greenyellow;
}

.disabled {
    color: lightgrey;
}


@media (max-width: 1200px) {
    body {
        min-width: 900px;
        width: auto !important;
        width: 900px;
    }

    img {
        width: 350px;
    }

    .main {
        position: fixed;
        color: black;
        background-color: white;
        margin: auto;
        width: 900px;
        height: 100vh;
        top: 0px;
        left: 50%;
        transform: translate(-50%, 0%);
        border-right: 1px solid black;
        border-left: 1px solid black;
        border-bottom: 1px solid black;
        z-index: 2;
    }

    .content {
        color: black;
        background-color: white;
        position: absolute;
        top: 150px;
        left: 50%;
        transform: translate(-270px, 0);
        text-align: center;
        font-size: 10px;
        font-weight: bold;
        width: 700px;
        height: 70vh;
        padding: 10px;
        z-index: 4;
    }

    .menu {
        color: black;
        background-color: white;
        position: absolute;
        top: 150px;
        left: 50%;
        transform: translate(-450px, 0%);
        width: 200px;
        height: 800px;
        overflow-y: auto;
        overflow-x: visible;
        z-index: 3;
    }

    .menu_item {
        color: black;
        background-color: white;
        width: 170px;
        height: 25px;
        border: 1px solid black;
        margin-left: 5px;
        margin-bottom: 5px;
    }

    .menu_item .edit_badge {
        top: -100%;
        left: -2px;
        width: 30px;
        height: 25px;
        background-size: 20px 20px;
    }

    .menu_label {
        font-weight: bolder;
        margin: auto;
        /*text-align: center;*/
        width: 150px;
        height: 25px;
        line-height: 25px;
        font-size: 9px;
    }

    .header {
        position: absolute;
        height: 150px;
        width: 900px;
        top: 0px;
        left: 50%;
        transform: translate(-50%, 0%);
        margin: auto;
        text-align: center;
        font-size: 40px;
        font-weight: bold;
        color: black;
        background-color: white;
        z-index: 5;
    }

    .header_contacts {
        position: absolute;
        top: 20px;
        left: 570px;
        width: 125px;
        height: 200px;
        font-size: 6px;

    }

    .header_hours {
        position: absolute;
        top: 77px;
        left: 565px;
        width: 70px;
        height: 100px;
        font-size: 6px;

    }

    .logo {
        height: 135px;
        width: 335px;
    }

    .orders {
        left: 870px;
    }

    .cart {
        height: 30px;
        width: 30px;
        top: 90px;
        left: 650px;
        font-size: 13px;
        border: 2px solid black;
    }

    .cart_add {
        height: 30px;
        width: 30px;
        font-size: 13px;
        border: 2px solid black;
    }

    .cart_wipe {
        height: 30px;
        width: 30px;
        font-size: 13px;
        border: 2px solid black;
    }

    .button {
        background-color: #dfdfdf;
    }

    .add {
        background-image: url('../userdata/system/add.png');
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
    }

    .small_pic {
        width: 50px;
        height: 50px;
    }

    .mid_pic {
        width: 100px;
        height: 100px;
    }

    .pic {
        width: 180px;
        height: 180px;
    }

    .price {
        font-size: 10px;
    }

    .value {
        line-height: 20px;
        width: 43%;
    }

    .label {
        line-height: 20px;
        width: 49%;
    }

    .box {
        height: 170px;
        width: 140px;
        margin: 23px;
        padding-top: 5px;
    }

    .box .label {
        font-size: 6px;
        height: 10px;
    }

    .box .value {
        font-size: 7px;
        height: 10px;
    }

    .box h3 {
        width: 90%;
        height: 20px;
        font-size: 10px;
        margin-bottom: 15px;
    }

    .bigbox {
        color: black;
        background-color: white;
        height: 250px;
        width: 230px;
        margin: 23px;
        border: 3px ridge grey;
        border-radius: 15px;
        font-size: 10px;
        display: inline-block;
    }

    .bottom {
        position: relative;
        transform: translate(0, 50%);
    }

    .third {
        position: relative;
        transform: translate(0, 5%);
    }

    .biglabel {
        font-size: 10px;
    }

    .step {
        width: 100px;
        height: 20px;
        font-size: 10px;
    }

    .selected {
        background-color: greenyellow;
    }

}
@media (max-width: 900px) {
    body {
        min-width: 500px;
        width: auto !important;
        width: 500px;
    }

    img {
        width: 350px;
    }

    .main {
        position: fixed;
        color: black;
        background-color: white;
        margin: auto;
        width: 500px;
        height: 100vh;
        top:0px;
        left: 50%;
        transform: translate(-50%,0%);
        border: none;
        z-index: 2;
    }

    .content {
        color: black;
        background-color: white;
        position: absolute;
        top: 50px;
        left: 50%;
        transform: translate(-50%,0);
        text-align: center;
        font-size: 10px;
        font-weight: bold;
        width: 500px;
        height: 70vh;
        padding: 0px;
        z-index: 4;
    }

    .menu_handle {
        position: absolute;
        display: initial;
        left: 205px;
        height: 40px;
        width: 90px;
    }

    .menu {
        display: none;
        color: black;
        background-color: transparent;
        position: absolute;
        top: 50px;
        left: 50%;
        transform: translate(-50%,0);
        width: 500px;
        height: 80vh;
        overflow-y: auto;
        overflow-x: visible;
        z-index: 10;
    }

    .menu_item {
        color: black;
        background-color: #dfdfdf;
        width: 450px;
        height: 25px;
        border: 1px solid black;
        margin: 0px auto 5px;
    }

    .menu_item .edit_badge {
        top: -100%;
        left: -2px;
        width: 25px;
        height: 25px;
        background-size: 20px 20px;
    }

    .menu_label {
        font-weight: bolder;
        margin: auto;
        /*text-align: center;*/
        width: 250px;
        height: 25px;
        line-height: 25px;
        font-size: 15px;
    }

    .logo {
        width: 110px;
        height: 40px;
    }

    .header {
        height: 50px;
        width: 500px;
        left: 50%;
        transform: translate(-50%,0%);
    }

    .header_contacts {
        display: none;
    }

    .header_hours {
        display: none;
    }

    .orders {
        width: 30px;
        height: 30px;
        left: 470px;
        background-size: 25px 25px;
    }

    .cart {
        top: 5px;
        left: 390px;
    }

    .cart_wipe {
        top: -50px;
        left: -10px;
    }

    .detail {
        width: 100%;
        border: none;
    }

    .mid_pic {
        width: 24%;
    }

    .pic {
        width: 190px;
        height: 190px;
    }

    .label {
        font-size: 9px;
    }

    .selected {
        background-color: greenyellow;
    }

    .third {
        position: relative;
        transform: translate(0, 5%);
    }
}

@media (max-width: 500px) {
    body {
        min-width: 350px;
        width: auto !important;
        width: 350px;
        background-color: white;
    }

    img {
        width: 350px;
    }

    .main {
        position: fixed;
        color: black;
        background-color: white;
        margin: auto;
        width: 350px;
        height: 100vh;
        top:0px;
        left: 50%;
        transform: translate(-50%,0%);
        border: none;
        z-index: 2;
    }

    .content {
        color: black;
        background-color: white;
        position: absolute;
        top: 50px;
        left: 50%;
        transform: translate(-50%,0);
        text-align: center;
        font-size: 10px;
        font-weight: bold;
        width: 350px;
        height: 70vh;
        padding: 0px;
        z-index: 4;
    }
    .menu_handle {
        position: absolute;
        display: initial;
        left: 130px;
        height: 40px;
        width: 90px;
    }

    .menu {
        display: none;
        color: black;
        background-color: transparent;
        position: absolute;
        top: 50px;
        left: 50%;
        transform: translate(-50%,0);
        width: 350px;
        height: 90vh;
        overflow-y: auto;
        overflow-x: visible;
        z-index: 10;
    }

    .menu_item {
        color: black;
        background-color: #dfdfdf;
        width: 300px;
        height: 25px;
        border: 1px solid black;
        margin: 0px auto 5px;
    }

    .menu_item .edit_badge {
        top: -100%;
        left: -2px;
        width: 25px;
        height: 25px;
        background-size: 20px 20px;
    }

    .menu_label {
        font-weight: bolder;
        margin: auto;
        /*text-align: center;*/
        width: 250px;
        height: 25px;
        line-height: 25px;
        font-size: 15px;
    }

    .logo {
        width: 110px;
        height: 40px;
    }

    .header {
        height: 50px;
        width: 350px;
        left: 50%;
        transform: translate(-50%,0%);
    }

    .header_contacts {
        display: none;
    }

    .header_hours {
        display: none;
    }

    .orders {
        left: 320px;
    }

    .cart {
        top: 5px;
        left: 240px;
    }

    .cart_add {
        top: -30px;
        left: -10px;
    }

    .cart_wipe {
        top: -20px;
        left: 0px;
    }

    .box {
        color: black;
        background-color: white;
        height: 230px;
        width: 200px;
        margin: 23px;
        border: 3px ridge grey;
        border-radius: 15px;
        font-size: 10px;
        display: inline-block;
        padding-top: 5px;
        overflow: hidden;
    }

    .box .label {
        font-size: 9px;
        height: 10px;
        width: 50%;
    }

    .box .value {
        font-size: 10px;
        height: 10px;
        width: 45%;
    }

    .button {
        background-color: #dfdfdf;
    }

    .small_pic {
        width: 75px;
        height: 75px;
    }

    .bottom {
        position: relative;
        transform: translate(0, 75%);
    }

    .price {
        font-size: 15px;
    }

    .detail {
        width: 100%;
        border: none;
    }

    .mid_pic {
        width: 24%;
    }

    .pic {
        width: 150px;
        height: 150px;
    }

    .holder {
        margin-left: 5%;
        margin-right: 5%;
    }

    .value {
        width: 43%;
    }

    .label {
        width: 49%;
        font-size: 8px;
    }

    .selected {
        background-color: greenyellow;
    }
}
