﻿.tablestru
{
    width: 100%;
    background-color: #F5F5F5;
    border-bottom-color: #E0E0E0;
    border-left-color: #E0E0E0;
    border-right-color: #E0E0E0;
    border-top-color: #E0E0E0;
    border-left-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-top-style: solid;
    border-left-width: 3px;
    border-right-width: 3px;
    border-bottom-width: 3px;
    border-top-width: 2px;
    background-image: url('images/bg.png');
}


.label
{
    color: Navy;
    font-size: 0.8em;
    font-family: Tahoma;
    padding-bottom: 0px;
    margin-bottom: 0px;
    font-weight: bold;
    text-align: left;
}
.can
{
    color: red;
    font-size: 0.8em;
    font-family: Tahoma;
    padding-bottom: 0px;
    margin-bottom: 0px;
    font-weight: bold;
    text-align: left;
    border"2px"
}
.pur
{
    color: green;
    font-size: 0.8em;
    font-family: Tahoma;
    padding-bottom: 0px;
    margin-bottom: 0px;
    font-weight: bold;
    text-align: left;
    border"2px"
}
.textstru
{
    font-family: Book Antiqua;
    font-size: small;
    font-style: normal;
    color: Navy;
}
.btn
{
    background-image: linear-gradient(#54b4eb, #2fa4e7 60%, #1d9ce5);
    background-repeat: no-repeat;
    color: #fff;
    padding: 8px;
    outline: 0;
    border-radius: 4px;
    cursor: pointer;
    background-image: linear-gradient(#54b4eb, #2fa4e7 60%, #1d9ce5);
    border: none;
}
.page-break {
  
    margin: 20px 0;
    page-break-inside: avoid;

}


.responstable {
  margin: 1em 0;
  margin-top:0em;
  margin-bottom:0em;
  width: 88%;
  overflow: hidden;
  background: #FFF;
  color: #000000;
  border-radius: 10px;
  border: 1px solid #167F92;
}
.responstable tr {
  border: 1px solid #D9E4E6;
}
.responstable tr:nth-child(odd) {
  background-color: #EAF3F3;
}
.responstable th {
  display: none;
  border: 1px solid #FFF;
  background-color: #167F92;
  color: #FFF;
  padding: 1em;
  font-size:13px;
}
.responstable th:first-child {
  display: table-cell;
  text-align: left;
  padding-left:15px;
}
.responstable th:nth-child(2) {
  display: table-cell;
}
.responstable th:nth-child(2) span {
  display: none;
}
.responstable th:nth-child(2):after {
  content: attr(data-th);
}
@media (min-width: 480px) {
  .responstable th:nth-child(2) span {
    display: block;
  }
  .responstable th:nth-child(2):after {
    display: none;
  }
}
.responstable td {
  display: block;
  word-wrap: break-word;
  max-width: 7em;
  font-size:13px;
}
.responstable td:first-child {
  display: table-cell;
  text-align: left;
  border-right: 1px solid #D9E4E6;
}
@media (min-width: 480px) {
  .responstable td {
    border: 1px solid #D9E4E6;
  }
}
.responstable th, .responstable td {
  text-align: left;
  margin: .5em 1em;
}
@media (min-width: 480px) {
  .responstable th, .responstable td {
    display: table-cell;
    padding: 0.2em;
  }
}

body {
 
}

h1 {
  font-family: Verdana;
  font-weight: normal;
  color: #024457;
}
h1 span {
  color: #167F92;
}

hr { 
    display: block;
    margin-top: 0.1em;
    margin-bottom: 0.1em;
    margin-left: auto;
    margin-right: auto;
    border-style: inset;
    border-width: 1px;
} 