
.body-print{
    width:800px;
    margin:0 auto;
    margin-bottom: 40px;
    font-size: 0.8rem;
    font-family: Arial;
}
.center {
	text-align: center;
}
.bold {
	font-weight: bold;
}
.under {
	text-decoration: underline;
}
.red {
	color: #ff0000;
    text-align: center
}
.border {
	border-bottom: 1px solid #000000;
}
.over {
    overflow: hidden;
}
.pole {
    display: inline-block;
    width: 270px;
    font-style: italic;
    font-size: 14px;
    height: 26px;
}

.podpis {
	text-align: center;
	font-size:12px;
}
h3 {
	text-align: center;
}
.rekviziti {
	width: 100%;
	font-weight: bold;
}
.rekviziti tr {
    border-bottom: 1px solid #000000;
}
.rekviziti tr:last-child {
	font-weight: normal;
	border-bottom: 0;
}
.rekviziti td.bik {
	border-left: 1px solid #000000;
	padding-left: 5px;
	width: 25%;
}

.small {
	font-size: 13px;
}

.otstup2 {
    text-align: center;
    font-size: 10px;
    display: table;
    width: 100%;
    margin-bottom: 5px;
}
.otstup2  span {
	display: table-cell;
}
.otstup2 .data {
    text-align: right;
    display: table-cell;
    padding-right: 65px;
}
.adrspan.otstup2 .adr {
	width: 76%;
}
.otstup2 .adr {
	width: 259px;
}
.bord {
    border: 2px solid #000000;
    padding: 4px 10px;
    margin-top: -2px;
}
.bord:first-of-type {
    border: 2px solid #000000;
    padding: 2px;
}
.fr {
	float: right;
}

.kontakti {
	width: 100%;
	font-weight: bold;
	text-align: center;
}
.kontakti td:first-child {
    width: 90px;
    text-align: left;
}
.kontakti td:nth-child(4){
    width: 130px;
}
.kontakti .cherta {
	border-bottom: 1px solid #000000;
}

.table {
    border-collapse: collapse;
	text-align: center;
	width: 100%;
	margin-top: 20px;
}
.table th, .table td {
	border: 1px solid #000000;
}
.table th {
	text-align: center;
	vertical-align: middle;
	padding: 15px 5px;
	font-weight: normal;
}
.table td {
    padding: 0px 2px;
	height: 21px;
}
.table th:nth-child(1), .table th:nth-child(3) {
	width: 10%;
}
.table th:nth-child(2) {
	width: 50%;
}
.table .last:last-child {
	border: 0px;
}
.table .last:last-child td {
	font-weight: bold;
	border: 0px;
}
.table .last:last-child td:nth-child(5) {
	text-align: left;
}
.table .last:last-child td:last-child {
	text-align: right;
}

input.fio {
    width: 70%;
    margin-right: 25px;
}
p.rekvizity {
    margin: 0 auto;
    width: 99%;
}
.address input {
    width: 6%;
    margin: 0 5px;
}
.adrspan.otstup2 span {
    width: 6%;
    margin: 0 5px;
    display: inline-block;
}
.adrspan.otstup2 .adr {
    width: 33%;
}
input.birthday {
    text-align: center;
}
p.address {
    margin: 0 auto;
    width: 99%;
}
.address input.address_registr {
    width: 34%;
}
.address input {
    width: 6%;
    margin: 0 5px;
    text-align: center;
}
p.document {
    margin: 0 auto;
    width: 99%;
}
p.document input {
    text-align: center;
}
table.rekviziti td:first-child {
    width: 20%;
}
.rekviziti input[type="text"] {
    width: 100%;
    float: right;
} 
td.bik input[type="text"] {
    width: 70%;
}
p.document_organ input {
    width: 100%;
}
p.document input:nth-child(1) {
    width: 25%;
    margin-right: 15px;
}
p.document input:nth-child(2) {
    width: 25%;
    margin-right: 15px;
}
p.document input:nth-child(3) {
    width: 22%;
    margin-right: 15px;
}
p.document input:nth-child(4) {
    width: 14%;
    margin-left: 12px;
}
p.document_organ {
    margin: 0 auto;
    width: 99%;
}
td.cherta input {
    width: 75%;
    text-align: center;
}
input[type="date"] {
    font-family: Arial;
    padding: 1px 0px;
}
a{
    color:#FFF;
    text-decoration: none;
}
.btnPrint {
    position:relative;
    display: block;
    width:30%;
    padding: 1% 2%;
    margin: 1% auto;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-color: #444;
    text-decoration: none!important;
    text-align: center;
    color: #FFF!important;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.2rem;
    cursor: pointer;
}
.btnPrint i {
    margin-right: 3%;
}