hr{
    border-top: 1px solid #D7D7D7;
}
/*Back to top button*/
#btt-button {
display: inline-block;
background-color: rgba(0,0,0,0.6);
width: 50px;
height: 50px;
text-align: center;
border-radius: 4px;
position: fixed;
bottom: 10px;

right:10px;
transition: background-color .3s, 
opacity .5s, visibility .5s;
opacity: 0;
visibility: hidden;
z-index: 1000;
}
@media (min-width: 500px) {

    #btt-button {
        bottom:30px;
    right:30px;
    }
} 
#btt-button::after {
content: "\f077";
font-family: FontAwesome;
font-weight: normal;
font-style: normal;
font-size: 1.4em;
line-height: 50px;
color: #fff;
}
#btt-button:hover {
cursor: pointer;
background-color: rgba(0,0,0,0.9);
}
#btt-button:active {
background-color: #555;
}
#btt-button.show {
opacity: 1;
visibility: visible;
}

/*Fix measure flag size*/
.media-left, .media>.pull-left {
padding-right: 10px;
font-size: 27px;
}
/*GBA button*/
span.label.label-default{
  display: none;
    padding: 5px 3px;
    margin-left:5px;
}
.label-default img{ 
  width:20px;
}
.h6, h6 {
  font-size: 1em;
  font-weight: bold;
}
/*Text versions*/
/* figure footer details{
display: none;
} */

/* #wb-srch, .srchbox {
  display: none;
} */