.view-profile-gamer-clone table > tbody > tr > td {
    border: 1px solid #D96F2D !important;
    border-right: 0;
    border-bottom: 0;
}
.view-profile-gamer-clone thead {
display: none;
}
.view-profile-gamer-clone table {
    border-color: #D96F2D !important;
}
.view-profile-gamer-clone table td, .view-profile-gamer-clone table th {
    height: 30px;
    text-align: center;
    color: #D96F2D;
    font-size: 12px;
    font-family: "Gudea";
    line-height: 1;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 5px !important;
    vertical-align: middle !important;
}
.view-profile-gamer-clone .table-striped > tbody > tr:nth-of-type(odd) {
    background-color: transparent;
}

.view-profile-gamer-clone .pagination > li > a, 
.view-profile-gamer-clone .pagination > li > span {
    color: #d96f2d;
    background-color: transparent;
    border-radius: 3rem;
    border: 0;
}
.view-profile-gamer-clone .pagination > .active > a, 
.view-profile-gamer-clone .pagination > .active > a:hover, 
.view-profile-gamer-clone .pagination > .active > a:focus, 
.view-profile-gamer-clone .pagination > .active > span, 
.view-profile-gamer-clone .pagination > .active > span:hover,
.view-profile-gamer-clone .pagination > .active > span:focus {
    color: #fff;
    background-color: #d96f2d;
}
/* Fenêtre modale */ 
.ui-dialog.ui-corner-all.ui-widget.ui-widget-content.ui-front,
.ui-dialog.rgpd-modal-form.ui-widget.ui-widget-content.ui-front.ui-dialog-buttons {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 0;
    -webkit-box-shadow: 0 3px 9px #b04503;
    box-shadow: 0 3px 9px #b04503;
    border: none;
    width: 100% !important;
    max-width: 780px !important;
    margin: 0 auto;
}
.ui-dialog .content,
.ui-dialog .ui-dialog-content {
    font-family: "Gudea";
    font-size: 14px;
    line-height: 1.67;
    color: #81331c;
}
.ui-dialog .ui-widget-header {
    background-color: #FFF;
    border: none;
    height: 4rem;
}
.ui-dialog .ui-dialog-title {
    display: none;
}
.ui-dialog button.ui-dialog-titlebar-close:before {
    content: 'X';
    color: #81331c;
    font-weight: 100;
    font-size: 2rem;
    line-height: normal;
    opacity: 0.5;
}
.ui-dialog button.ui-dialog-titlebar-close {
    border: none;
    background-color: transparent;
}
.ui-dialog #drupal-modal {
    padding: 0rem 4rem;
}
.ui-dialog #drupal-modal .content p, .ui-dialog #drupal-modal .content p span {
    font-size: 1.5rem !important;
}

.ui-dialog-buttonset button{
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #FFF;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 900;
    background: #edb54f;
    font-family: "Lato";
    text-decoration: none;
    text-align: center;
    display: inline-block;
    padding: 12px 24px 10px;
    height: 40px;
    line-height: 1;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
    border: 1px solid #edb54f;
}