.numbered {
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    width: 70px;
    height: 70px;
    font-size: 40px;
    color: #fff;
    line-height: 70px;
    text-align: center;
    background: #003b4c;
    border-radius: 35px;
}

#settings .row {
    margin-bottom: 1em;
}

#settings .btn.active {
    color: #fff;
    background: #003b4c;
}

#settings .btn.active:hover {
    color: #fff;
    background: #005972;
}

#searchAutocomplete {
    position: absolute;
    z-index: 150;
    background: #fff;
    top: 34px;
    left: 0px;
    right: 0px;
    margin: 0px 15px;
    border-color: #CCC;
    border-width: 1px;
    border-style: solid;
    border-top: none;
}

#searchAutocomplete table {
    width: 100%;
}

#searchAutocomplete tr {
    text-align: left;
    display: block;
    cursor: pointer;
    padding: 3px 10px;
}

#searchAutocomplete tr:hover {
    color: #fff;
    background-color: #003b4c;
}

#bullets {
    color: rgba(0,0,0,0.3);
    text-align: center;
    margin-top: 1em;
    overflow: hidden;
}

#bullets span {
    cursor: pointer;
    margin-left: 2px;
    margin-right: 2px;
}

.chart {
    color: #fff;
    height: 300px;
    width: 300px;
    margin-left: auto;
    margin-right: auto;
    font-family: inherit;
    font-size: inherit;
}

#legalNotice {
    font-size: smaller;
    text-align: left;
    float: left;
    color: #555;
    padding: 0px;
}

.liberty {
    color: rgb(44,188,155);
}

.libertyBG {
    background-color: rgba(44,188,155,0.4);
}

.spy {
    color: rgb(231,75,76);
}

.spyBG {
    background-color: rgba(231,75,76,0.4);
}

.unknown {
    color: rgb(79,79,140);
}

.unknownBG {
    background-color: rgba(79,79,140,0.4);
}

.modal-content {
    background-color: #111;
    overflow: hidden;
    color: #fff;
}

.modal-header {
    border: none;
}

.modal-backdrop.in {
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.modal #repColor {
    position: absolute;
    width: 100%;
    height: 65%;
    top: 0;
    left: 0;
    border-bottom-left-radius: 100% 150px;
    border-bottom-right-radius: 100% 150px;
    overflow: hidden;
}

.modal .austria {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 100%;
    -webkit-filter: blur(5px);
    filter: blur(5px);
    opacity: 0.4;
    filter: alpha(opacity=40);
}

.modal #repImg {
    position: relative;
    height: 250px;
    width: auto;
    -webkit-filter: grayscale(80%) sepia(30%);
    filter: grayscale(80%) sepia(30%);
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    border-style: solid;
    border-width: 3px;
}

.modal #teamSign {
    position: absolute;
    bottom: 18px;
    left: 50%;
    -ms-transform: translate(-50%,50%);
    -webkit-transform: translate(-50%,50%);
    -moz-transform: translate(-50%,50%);
    transform: translate(-50%,50%);
    padding: 2px 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.modal .modal-title {
    margin: 0px 0px 15px;
    position: relative;
    text-shadow: 0 0 10px #111;
}

.modal p {
    text-align: center;
    font-size: larger;
}

.modal form {
    display: inline-block;
    margin: 2px 0;
}

.modal span {
    vertical-align: middle;
}

#contactLinks {
    margin-bottom: 1em;
}

#contactButtons {
    margin-bottom: 0.5em;
}

#contactButtons a,
#contactLinks a {
    color: #EEE;
}

#contactButtons a:hover,
#contactLinks a:hover {
    text-decoration: none;
    cursor: pointer;
}

#contactButtons .contactContainer,
#contactLinks .contactContainer {
    font-size: larger;
    margin-bottom: 0.5em;
}

#contactButtons .contactContainer {
    padding: 0.3em 0.5em;
    border: 1px solid rgba(255, 255, 255, 0.5);
    display: inline-block;
}

.contactIcon {
    width: 25px;
    height: 25px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    display: inline-block;
    vertical-align: middle;
}

.contactIcon.mail {
    background-image: url(../img/share/mail.png);
}

#formMail:hover .contactIcon.mail {
    background-image: url(../img/share/mail-hover.png);
}

.contactIcon.phone {
    background-image: url(../img/share/phone.png);
}

#formPhone:hover .contactIcon.phone {
    background-image: url(../img/share/phone-hover.png);
}

.contactIcon.mobile {
    background-image: url(../img/share/phone.png);
}

#formMobile:hover .contactIcon.mobile {
    background-image: url(../img/share/phone-hover.png);
}

.contactIcon.fax {
    background-image: url(../img/share/fax.png);
}

#formFax:hover .contactIcon.fax {
    background-image: url(../img/share/fax-hover.png);
}

.contactIcon.twitter {
    width: 12.5px;
    background-image: url(../img/share/twitter.png);
}

#formTwitter:hover .contactIcon.twitter {
    background-image: url(../img/share/twitter-hover.png);
}

.contactIcon.facebook {
    width: 12.5px;
    background-image: url(../img/share/facebook.png);
}

#formFacebook:hover .contactIcon.facebook {
    background-image: url(../img/share/facebook-hover.png);
}

.contactIcon.web {
    background-image: url(../img/share/web.png);
}

#formWeb:hover .contactIcon.web {
    background-image: url(../img/share/web-hover.png);
}

#contactAnnotation {
    font-size: smaller;
    float: none;
    color: #555;
    margin-left: auto;
    margin-right: auto;
}
