.dbmessage {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    white-space: pre-line;
}

.help-block {
    font-size: small;
    color: #999;
}
.terms-txt {
	float: left;
}
.advance-link {
	margin-top: 10px;
	margin-bottom: 10px;
	clear: both;
}
.table-radio td {
    padding-left: 1em;
    font-weight: 400;
}
.table-radio label {
    padding-left: 1em;
    font-weight: 400;
}
p.option-d {
	margin-left: 14px;
}
p.envbanner {
    color: black;
    margin: auto;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 4px;
    padding-left: 5px;
    padding-right: 5px;
    margin-top: -1.3em;
    margin-bottom: 5px;
}

.inputLink {
    border: 0;
    cursor: pointer;
    background: transparent;
    color: #00abab;
}
.fa.degree-25 {
    -webkit-transform: rotate(25deg);
    -moz-transform: rotate(25deg);
    -o-transform: rotate(25deg);
    -ms-transform: rotate(25deg);
    transform: rotate(25deg);
}
.map-size {
    width: 570px;
    height: 500px;
}

.result {
    position: relative;
}

.more-info {
    position: absolute;
    top: 1em;
    right: 1em;
    padding: 0.1em 1em;
}

.more-info span {
    cursor: pointer;
}

.more-info i {
    margin-right: 3px;
}

.mobile .more-info {
    position: static;
    text-align: right;
    display: block;
    clear: both;
    display: block;
    width: 100%;
    padding: 0;
}

.more-info-blue-button {
    padding: 0.08em 1em;
}

.spinner {
    position: relative;
    z-index: 100;
}

.searchSpinner {
    top: -50px;
    left: 290px;
}

.emailSpinner {
    left: 290px;
}

.full-width {
    width: 100%;
}

.crypt-default {
    display: block;
}

.margin-bottom-small {
    margin-bottom: 0.5em;
}
.margin-bottom-none {
    margin-bottom: 0px;
}
.padding-bottom-none {
    padding-bottom: 0px;
}
.margin-top-neg {
    margin-top: -15px;
}

.pagination-grey {
    background: #eee;
}

#current {
    padding-left: 2px;
    display: inline-block;
}

.results.grey-border-top:first-of-type {
    border-top: 0;
    padding-top: 0;
}

.result-abusec {
    color: #000000;
    background-color: #FFCC33;
}

.db-pre {
    white-space: pre-wrap;
    word-wrap: normal;
    word-break: normal;
}

.db-pre-results {
    padding: 9.5px 120px 9.5px 9.5px
}

.db-pre-attribute-descr {
	padding: 1em 21em 1em 1em;
}
.search-icons a {
	margin-left: 10px;
	float: left;
}

/* TODO [TP]: remove me when class is available in the general template */
.error-text {
    color: red;
}

.abuseInfoResults {
    white-space: normal;
}
.abuseInfoResults > div {
    background-color: #F5E075;
    margin-bottom: 20px;
    padding: 15px;
    vertical-align: top;
    white-space: normal;
    width: 62%;
}