#notary .account-profile a {
    width: 100%;
    padding: 4px;
    font-size: 24px;
    font-weight: 400;
}

#notary .list-group-containers {
    height: 62vh;
}

#notary .list-group-container {
    height: 100%;
}

#notary .list-group-container label {
    height: 2em;
}

#notary .list-group-container .list-group {
    height: Calc(100% - 2em);
    overflow-y: auto;
}

#notary .list-group-item {
    margin-bottom: 2px;
    background-color: #d6cfc8;
    font-family: "PT Sans Narrow", "PT Sans", sans-serif;
    font-size: .9em;
}

#notary .list-group-item .list-group-item-heading {
    font-size: 1.4em;
    font-weight: 500;
}

#notary .list-group-item .list-group-item-text {
    /*margin-left: 30px;*/
}

#notary .list-group-item.item-active {
    background-color: #e74c3c;
}

#notary .list-group-item.item-active h4,
#notary .list-group-item.item-active p {
    color: #fff;
}

#groups_buttons {
    display: none;
}

#groups_buttons.item-active {
    display: block;
}

#notary .list-group-item .list-group-item-icon {
    position: absolute;
    padding: .2em;
    font-size: 1.5em;
}

#notary .list-group-item .list-group-item-body {
    position: relative;
    left: 3em;
    width: 61.8%;
    text-wrap: normal;
}

#notary .list-group-item .list-group-item-buttons {
    position: absolute;
    right: 1.2em;
    top: 1.2em;
    bottom: 1.2em;
}

#notary .list-group-item .list-group-item-buttons .btn {
    height: 100%;
    width: auto;
    font-family: 'PT Sans', sans-serif;
}

#id_pd_acception {
    width: 1.5em;
    height: 1.5em;
}

#notary label[for="id_pd_acception"] {
    font-size: 1em !important;
}

#signup form table {
    margin: 0 0 1em 0;
    padding: 0;
}

#signup form table tr th,
#signup form table tr td {
    padding: .5em 0 .5em .9em;
    text-align: left;
    vertical-align: bottom;
}
#signup form table tr th {
    padding-left: 0;
}



