@import "/css/page.brunch.min.css";.actual-default h1{color:#000!important;margin:0;padding:0 1em;}.actual-default table{width:auto;border-collapse:collapse;margin:1.8em;}.actual-default table th,.actual-default table td{padding:.2em 0;}.actual-default table th{vertical-align:top;text-align:center;padding-right:1em;width:0;}.actual-default table span{color:#b8b8b8!important;display:block;}.actual-default table a,.actual-default table a:link,.actual-default table a:visited{color:#075f8a!important;}.actual-default table a:hover{color:#e83232!important;}

.back-element {
    background: #d6d6d6;
    width: 313px;
    height: 22px;
    border-radius: 5px;
    padding: 5px;
    line-height: 22px;
    font-size: 1.25em;
    text-decoration: none;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
	margin-top: 10px;
    background-color: #f3f3f3;
    background-image: -moz-linear-gradient(top, #e0e0e0, #cccccc);
    background-image: -ms-linear-gradient(top, #e0e0e0, #cccccc);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#e0e0e0), to(#cccccc));
    background-image: -webkit-linear-gradient(top, #e0e0e0, #cccccc);
    background-image: -o-linear-gradient(top, #e0e0e0, #cccccc);
    background-image: linear-gradient(top, #e0e0e0, #cccccc);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e0e0e0', endColorstr='#cccccc', GradientType=0);
}

.actual-default table a.normal {
    text-decoration: none;
    color: #383838!important;
    font-weight: 700;
    text-shadow: 0 1px 0px #ffffff;
}


/*Таблицы*/

body.vision table {

  width: 100%;

  max-width: 100%;

  /*display: block;*/

  overflow: auto;

  /* border: 1px solid #000000; */

  border-collapse: collapse;

  border-spacing: 0;

  margin: 0 auto 20px;

  border: 0;

}

body.vision table td {

  padding: 8px 15px;

  vertical-align: top;
}
body.vision table{
	/*border-color: inherit!important;*/
    background: inherit!important;
    /*color: inherit!important;*/
}

body.vision td h5 span{
  font-size: inherit!important
}

body.vision table.actual-edi td{
  border-left-width: 1px!important;
}

body.vision table.actual-edi{
  display: table;
}