.link-1.prnt-dark-bg {
color: white !important;
}

#block-daudo-subtheme-barcode {
	text-align:center;
}

[class*="block-grid-"] > div {
	float: right !important;
}

#container-cards-people_profile {
    float: right;
    display: block;
    clear: both;
    width: 100%;
}

#container-cards-people_profile .card-item * {
    display: inline-block;
}

#container-cards-people_profile .card-item {
    float: right;
    display: block;
    width: 100%;
    text-align: center;
    line-height:2em;
}

#container-cards-people_profile label {
    font-weight: 700;
    display: block;
    height: 2rem;
}

.card {
    position: relative;
    min-width: 0;
    min-height:300px;
    margin-top:10px;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
}

.card.card-1 {
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .1), 0 3px 20px 0 rgba(0, 0, 0, .1);
    padding: .5rem;
}

.people-profile-image {
  text-align:center;
}

.people-profile-image img {
    width: 9rem;
    height: 9rem;
    border-radius: 100%;
}

.container-social-networks .social-links {
    position: absolute;
    left: 4px;
    width: 26px;
    top: 4px;
}

.social-links li, .social-links li a {
    float: right;
    height: 26px;
    padding: 0;
    width: 26px;
    text-align: center;
}

.social-links li {
    position: relative;
    margin-left: 2px;
    list-style-type: none;
    margin-bottom: .2rem;
}

.social-links li a {
    display: block;
    width: 100%;
    border-radius: 100%;
    border: 1px solid;
    transition: all 400ms ease;
}

.social-links li, .social-links li a {
    float: right;
    height: 26px;
    padding: 0;
    width: 26px;
    text-align: center;
}

.form-submit {
    background: #e5ae09;
    background: -moz-linear-gradient(-45deg, #e5ae09 0%, #ffd044 50%, #ffc107 51%, #fcd55b 71%, #f1890b 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e5ae09', endColorstr='#f1890b', GradientType=1);
    background-size: 400% 400%;
    border: medium none;
    box-shadow: 0 4px 9px 0 rgba(255, 193, 7, .1);
    line-height: 3;
    padding: 0 0.5rem!important;
    border: 1px solid #000 !important;
}

#qr-popup .close {;
right:auto;
}