a.dpiblocks_buton {
    padding: 0px 20px;
    font-family: "Helvetica",sans-serif;
    font-size: 14px;
    font-weight: bold;
    background: #fff;
    line-height: 30px;
    border: 2px solid #0074BD;
    border-radius: 0;
    margin: 5px auto;
    display: inline-block;
    transition: all,0.3s;
}

a.dpiblocks_buton:hover {
    text-decoration: none;
    background: #0074BD;
    color: #fff;
}

body.page-admin-dpi247 table tbody td .number_use a {
    padding: 0 2px;
    margin-left: 5px;
    vertical-align: bottom;
}

body.page-admin-dpi247 table tbody td .toggle {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 100;
}

body.page-admin-dpi247 table tbody td .toggle.active {
    display: block;
}

body.page-admin-dpi247 table tbody td .toggle.active .overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    top: 0;
    left: 0;
}

body.page-admin-dpi247 table tbody td .toggle .content-wrapper {
    background: #FFF;
    position: fixed;
    text-align: left;
    top: 50%;
    left: 50%;
    padding: 10px 0 10px 20px;
    border-radius: 10px;
    box-shadow: 0 0 30px;
    width: 400px;
    margin-left: -200px;
    height: 200px;
    margin-top: -100px;
}

body.page-admin-dpi247 table tbody td .toggle > div div.content {
    overflow: auto;
    height: 100%;
    padding-right: 20px;
}

body.page-admin-dpi247 table tbody td .toggle div.close {
    content: "X";
    position: absolute;
    top: 0;
    right: 0;
    font-weight: bold;
    font-family: cursive, sans-serif !important;
    padding: 0 4px;
    color: #d23a3a;
    cursor: pointer;
}