a:link, a:visited {
    text-decoration: none;
    display: inline-block;
}

a:hover, a:active {
}

/*.range-slider {*/
    /*width: 700px ! important;*/
/*}*/

.list-group-item p {
    margin-bottom: 0px;
}

#declarations > li > a:hover {
    background-image: none;
    background-color: transparent;
}

.btn-space {
    margin-right: 5px;
}

#add_to_comparison_items {
    margin-bottom: 0;
}

.list-group-item:hover {
    background-color: #E3E3E3;
    cursor: pointer;
}

#add_to_comparison_menu {
    width: 30vw;
}

/*tablets and phones*/
@media screen and (max-width: 992px) {
    #add_to_comparison_menu {
        width: 91vw;
        max-width: 725px;
    }
}

#declaration_infos .list-group-item:hover {
    background-color: transparent;
    cursor: default;
}

#declaration_infos h4 {
    margin-top: 30px;
}

.noUi-target.noUi-ltr.noUi-horizontal.noUi-background {
    height: 8px;
}

#charts .noUi-handle {
    width: 20px;
    height: 18px;
    right: -10px;
    top: -1px;
}

.noUi-handle.noUi-handle-upper:before {
    height: 6px;
    left: 10px;
    top: 5px;
}

.noUi-handle.noUi-handle-upper:after {
    height: 6px;
    left: 8px;
    top: 5px;
}

.noUi-handle.noUi-handle-lower:before {
    height: 6px;
    left: 10px;
    top: 5px;
}

.noUi-handle.noUi-handle-lower:after {
    height: 6px;
    left: 8px;
    top: 5px;
}

#charts {
    margin-bottom: 50px;
}

.share-person {
    display: inline-block;
    position: relative;
    margin-left: 20px;
}

.share-person__info {
    position: absolute;
    bottom: 150%;
    right: 0;
    z-index: 1000;
    background-color: #fff;
    padding: 15px;
    box-shadow: -5px 5px 20px -10px #000;
    font-size: 16px;
    border: 1px solid #bcbcbc
}

.share-person__copy {
    padding: 10px;
    margin-bottom: 15px;
    background-color: #ecebeb;
    box-shadow:inset -5px 5px 20px -10px #000;
}

.share-person__info_hidden {
    display: none;
}

.person-banner {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding-bottom: 20px;
}

.person-banner__image {
    border-radius: 3px;
}

.person-new__breadcrumbs>a{
    color: #1c81c2;
    font-size: 16px;
    letter-spacing: 0.5px;
}

.person-new__header {
    font-size: 32px;
    letter-spacing: -0.8px;
    position: relative
}

.person-description {
    margin-top: 40px;
}

.person-description .lobbist .photo img {
    /*border: 1px solid black;*/
    width: 100%
}

.person-description .lobbist .position {
    color: gray;
}

.person-description .lobbist {
    display: inline-block;
    width: 20%;
}

.person-description .desc-contaiter {
    display: inline-block;
    vertical-align: top;
    width: 79%;
    padding-left: 10px;
}

.person-description .desc-contaiter .title {
    display: inline-block;
}

.person-description .desc-contaiter .redflag_index {
    float: right;
    font-family: "Open Sans", Arial, Helvetica, Sans-Serif;
    font-weight: 600;
    color: #f3574c;
    font-size: 14px;
    line-height: 36px;
    vertical-align: bottom;
}

.person-description .desc-contaiter .position {
    font-size: 20px;
    color: gray;
}

.person-description h1 {
    margin-top: 0px;
}

.person-new__charts {
    margin-top: 40px;
    padding: 20px;
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
}

.person-new__button1 {
    background-color: #ceecff;
    color: #333;
    border: none;
    padding: 8px 25px;
}

.person-new__button1:hover {
    background-color: #ceecff;
    color: #333;
    border: none;
    padding: 8px 25px;
}

.person-new__button1:focus,
.person-new__button1:active,
.person-new__button1:active:focus {
    background-color: #cee6ff;
    color: #333;
    border: none;
    padding: 8px 25px;
}


.person-new__button2, a.person-share-button {
    background-color: #1c81c2;
    color: #fff;
    border: none;
    padding: 8px 25px;
}

.person-new__button2:hover {
    background-color: #1c81c2;
    color: #fff;
    border: none;
    padding: 8px 25px;
}

.person-new__button2:focus,
.person-new__button2:visited,
.person-new__button2:active,
.person-new__button2:active:focus {
    background-color: #1c81c2;
    color: #fff;
    border: none;
    padding: 8px 25px;
}

table.person-new__table {
    border: none!important;
    background-color: #fff!important;
    border-radius: 3px!important;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
}

table.person-new__table th {
    border: none!important;
    border-bottom: solid 1px #cecece!important;
    padding: 30px 25px 10px!important;
    color: #9b9b9b;
}

table.person-new__table .even {
    background-color: #fff!important;
}

table.person-new__table tr {
    border-bottom: none!important;
    border-top: none!important;
}

table.person-new__table td {
    padding: 30px 25px!important;
}

table.person-new__table tr:hover {
    background-color: #f7f8f5!important;
}

.person-new__title {
    color: #030303!important;
    font-weight: bold!important;
    font-size: 16px!important;
    line-height: 22px!important;
}

.person-new__text {
    color: #030303!important;
    font-size: 16px!important;
    line-height: 22px!important;
}

.person-new__link {
    color: #1a6cb5!important;
    letter-spacing: 0.5px!important;
    font-size: 16px!important;
    line-height: 22px!important;
}

.noUi-connect {
    background: #51a5de;
}

table.affilated-persons tr td, table.affilated-persons tr th {
    font-size: 16px;
}

table.affilated-persons.person-new__table td {
    padding: 15px 25px!important;
}

.photo_source {
	font-size: 40%;
}

.photo img {
	margin-bottom: -15px;
}
