﻿.voting-message {
    font-size: 16px;
    display: block;
}

.voting-image {
    display: block;
    margin: auto;
    padding-bottom: 10px;
}

.voting-body {
    height: 460px;
    background: #F5F6F7;
    margin-bottom: 20px;
    border-bottom: solid;
    border-right: solid;
    border-left: solid;
    border-right-color: #D9DADB;
    border-left-color: #D9DADB;
    border-bottom-color: #D9DADB;
    width: 680px;
    position: relative;
    text-align: center;
    border-width: 1px;
}

.voting-body-butoom {
    position: absolute;
    top: calc(50% - 84px);
    left: calc(50% - 80px);
}

.voting-header {
    padding-left: 30%;
}

.voting-header-butoom {
    width: 680px;
    height: 135px;
    background: #343433;
    margin-top: 20px;
    border-top: solid;
    border-right: solid;
    border-left: solid;
    border-right-color: #D9DADB;
    border-left-color: #D9DADB;
    border-top-color: #D9DADB;
    text-align: center;
    border-width: 1px;
}
