.art_prok>img{
    display: block;
    margin-bottom: 1rem;
    max-width: 100%;
}
.art_prok dl, 
.art_prok ol, 
.art_prok ul{
    padding-left: 20px;
}
.art_prok a{
    text-decoration: underline;
    color: #1370ff;
}

/* TABLE */
.c15 { margin-bottom: 25px; }
.c15, .c15 td, .c15 tr { border: 1px solid rgb(214, 214, 214); }
.c15 .c3 p { padding: 5px 10px; margin-bottom: 0px; }
table { border-collapse: collapse; border-spacing: 0px; }
caption, th, td { text-align: left; font-weight: normal; vertical-align: middle; }



.alert_block{
    background: #dfecff;
    padding: 20px;
    margin-bottom: 1rem;
}
.alert_block img{
    display: block;
    max-width: 100%;
    margin-bottom: 15px;
}
.alert_block *:last-child{
    margin-bottom: 0;
}









.red {
    color: #f00;
}

/* VOTE */
.vote-block {
  width: auto;
  display: block;
  background: rgb(223 236 255) none repeat scroll 0% 0%;
  border-radius: 3px;
  margin-bottom: 1rem;
}

.vote-block-head {
  display: block;
  text-align: left;
  width: auto;
  padding: 15px 20px;
}

.vote-block-head h2 {
  color: #f00;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 18px;
  line-height: 25px;
  margin-top: 0px;
}

.vote-block-head span {
  font-size: 18px;
  color: rgb(0, 0, 0);
  text-transform: lowercase;
}

.vote-block-content {
  display: block;
  width: auto;
  border: 1px solid rgb(238, 239, 241);
  background: rgb(255, 255, 255) none repeat scroll 0% 0%;
  padding: 0px 20px;
  font-size: 14px !important;
}

.vote-block-content-container:first-child {
  margin-top: 30px;
}

.vote-block-content-container:last-child {
  margin-bottom: 40px;
}

.vote-block-content-container {
  display: block;
  width: auto;
  margin-bottom: 20px;
}

.vote-block-content-container::after {
  content: "";
  display: block;
  clear: both;
}

.vote-block-content-text {
  float: left;
  display: block;
  width: 40%;
  text-align: left;
}

.vote-block-content-stat {
  display: block;
  float: right;
  width: 60%;
  position: relative;
  background: rgb(238, 239, 241) none repeat scroll 0% 0%;
  height: 25px;
}

.vote-block-content-stat-line {
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 35%;
  height: 100%;
  background: rgb(102, 160, 29) none repeat scroll 0% 0%;
  text-align: right;
}

.vote-block-content-stat-line h6 {
  font-size: 12px;
  color: rgb(238, 239, 241);
  margin-left: 121%;
  margin-top: 4px;
}

.line-1 {
  width: 23%;
  background: rgb(102, 160, 29) none repeat scroll 0% 0%;
}

.line-2 {
  width: 47%;
  background: rgb(102, 160, 29) none repeat scroll 0% 0%;
}

.line-3 {
  width: 8%;
  background: rgb(102, 160, 29) none repeat scroll 0% 0%;
}

.line-4 {
  width: 17%;
  background: rgb(147, 149, 152) none repeat scroll 0% 0%;
}

.line-5 {
  width: 5%;
  background: rgb(147, 149, 152) none repeat scroll 0% 0%;
}

.line-1 h6 {
  color: rgb(102, 160, 29);
}

.line-2 h6 {
  color: rgb(102, 160, 29);
  margin-left: 108%;
}

.line-3 h6 {
  color: rgb(102, 160, 29);
}

.line-4 h6 {
  color: rgb(147, 149, 152);
}

.line-5 h6 {
  color: rgb(147, 149, 152);
}

