.admin_client_page{
    margin:20px;
}

.admin_client_page__data{
    display:flex;
}

.admin_client_page__table{
    flex-grow:1;
}
.admin_client_page__table td{
    border:1px solid #ccc;
    padding:10px;
}
.admin_client_page__buttons{
    margin-left:20px;
}
.admin_client_page__buttons .button_type{
    width:240px;
}

.admin_client_page__results{
    margin-top:10px;
}
.admin_client_page__results_title{
    font-size:24px;
    padding:20px 0;
}
.admin_client_page__results_table{
    width:100%;
}
.admin_client_page__results_table td, .admin_client_page__results_table th{
    border:1px solid #ccc;
    vertical-align:middle;
    padding:0;
    height:40px;
}
.admin_client_page__results_table tr td:not(:last-child), .admin_client_page__results_table tr th:not(:last-child){
    padding:0 10px;
}
.admin_client_page__results_table th:not(:first-child){
    text-align:left;
}
.admin_client_page__results_table th{
    background:#dfdfdf;
}
.admin_client_page__results_table tr td:first-child{
    background:#f5f5f5;
    text-align:center;
    width:70px;
}

.admin_client_page__results_table tr td:last-child{
    width:200px;
}
.admin_client_page__results_table .button_type{
    height:40px;
    border-radius:0;
    width:200px;
}