* {
    box-sizing: border-box;
}

html,
input,
textarea {
    font-family: Garamond, 'Times New Roman', serif;
    font-size: 18px;
    line-height: 1.7;
}

input,
textarea {
    border: 1px dotted #ccc;
    padding: 5px;
    width: 100%;
}

input:focus,
textarea:focus {
    outline: none;
}

textarea {
    resize: none;
}

.btn {
    display: inline-block;
    cursor: pointer;
    margin: 2px 0;
    line-height: 35px;
    padding: 0 20px;
    text-align: center;
    border: 1px solid;
    border-radius: 3px;
    color: black;
    background: white;
    border-color: #e9e9e9;
    text-decoration: none;
}

.btn--blue {
    color: white;
    background-color: #0095ff;
    border-color: #07c;
    box-shadow: inset 0 1px 0 #66bfff;
}

.wrapper {
    margin: 30px auto;
    width: 800px;
}

.head,
.foot,
.print {
    overflow: hidden;
}

.head .left {
    float: left;
}

.head .right {
    float: right;
}

.head .left,
.head .right {
    width: 40%;
}

.date {
    margin-top: 33px;
}

.from {
    height: 250px;
}

.to {
    margin-top: 48px;
    height: 250px;
}

.body {
    margin-top: 60px;
    padding-left: 80px;
}

.fold {
    margin-top: 15px;
}

.object {
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}

.object__label {
    font-weight: bold;
}

.object__input {
    flex: 1;
    margin-left: 5px;
    width: auto;
}

.content {
    margin-top: 60px;
    height: 550px;
}

.foot {
    margin-top: 60px;
}

.foot__input {
    float: right;
    width: 40%;
}

.print {
    margin-top: 30px;
}

.print__btn {
    float: right;
}
