.owner-table {
    width: 100%;
    height: 40px;
    font-size: 17px;
    color: rgba(4, 4, 4, 0.71);
}
.owner-table>div {
    border: 1px solid #aeaeae;
    height: inherit;
    display: inline-block;
}
#pasport {
    height: 280px;
}
.owner-left {
    width: 67%;
    float: left;
}
.opendataFooter {
    height: 73px;
}
.opendataFooter>div{
    margin-top: -1px;
}
.opendataFooter>div:first-child{
    background: #e3e3e3;


}
.opendataFooter>div:last-child {
    background: #e3e3e3;
}
.opendataFooter p {
    margin: 5px 10px 10px !important;
    padding: 5px;
    border: 3px solid #aeaeae;
    text-align: center;
}
.owner-right {
    width: 32%;
    margin-left: -1px;
    background-color: #f0f0f0;
}
.left {
    margin: 5px;
    padding: 5px;
}
.left>div {
    padding-bottom: 5px;
}
.left>div>div:first-of-type {
    width: 40%;
    vertical-align: top;
    display: inline-block;
}
.left>div>div:last-of-type{
    width: 55%;
    vertical-align: top;
    display: inline-block;
    margin-left: 10px
}
#right>div {
    margin: 5px;
    padding: 5px;
    border-bottom: 1px solid #c2c7cd;;
}
#right>div:last-of-type{
    margin: 5px;
    padding: 5px;
    border-bottom: none;
}
#right>div>div {
    vertical-align: top;
}
.allFiles {
    width: 100%;
    height: 50px;
    font-size: 18px;
    color: rgba(4, 4, 4, 0.71);
}
.allFiles img:first-child {
    margin-left:5px;
    margin-top:5px;
    width: 40px;
    height: 40px;
}
.allFiles img:last-child {
    margin-left:7px;
    margin-top:7px;
    width: 32px;
    height: 32px;
}
.allFiles span {
    position: absolute;
    top: 18px;
    left: 12px;
    font-size: 13px;
    color: rgba(4, 4, 4, 0.71);
    cursor: default;
}
.allFiles p {
    font-size: 17px;
    margin-left:5px !important;
    margin-right:5px !important;
    padding-top: 11px;
    color: #FFFFFF;
}
.allFiles>div{
    border: 1px solid #aeaeae;
    display: inline-block;
    height: inherit;
    margin-top: -1px;
    background: #4a4b4d;
}
.allFiles>div:first-of-type{
    width: 10%;
    float: left;
    position: relative;
}
.allFiles>div:last-of-type{
    width: 32.4%;
    margin-left: -1px;
}
.allFiles>.second {
    margin-left:-1px;
    width: 57%;
    float: left;
}