.centered-elements{
    width: 100%;
    height: auto;
    text-align: center;
    display: flex;
    justify-content: center;
    padding: 1rem 0 3rem 0;
    margin: 31px 0;
}

.cont{
    position: relative;
    width: 100%;
    font-family: futura-pt-condensed, Helvetica, Arial, sans-serif;
    font-size: 2.1em;
    text-align: center;
    line-height: .8;
    text-transform: uppercase;
}


.temp{
    display: inline-block;
    text-align: center;
    transition: .25s ease;
    opacity: .3;
    width: 170px;
    padding: 0;
    margin: 5px;
    min-height: 10px;
}
.temp:hover{
    opacity: 1;
}

.temp img{
    display: block;
    opacity: 0;
    width: 100px;
    margin: auto;
}
.temp:hover img{
    display: block;
    opacity: 1;
} 

.temp.active{
    opacity: 1;
}
.temp.active img{
    opacity: 1;
}

.temp a{
    display: block;
    width: auto;
    margin: auto;
    padding: 5px;

}
.temp a:hover{
    color: #0075bc;
}

.cont img{
    width: 85px;
    margin: 5px auto;
    
}

.cont.over .temp.active{
    opacity: .3;
}

.cont.over .temp.active img{
   opacity: 0;
}

.cont.over .temp.active:hover img{
   opacity: 1;
}

.cont.over .temp.over{
    opacity: 1;
}


.floater{
    margin-top: -300px;
}

.pie_scoregraph{
    position: relative;
    background: white;
    width: 11rem;
}

.pie_progress{
    background: white;
}

.pie_progress:before{
    content: '';
    top:0;
    left: 0;
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: radial-gradient(#0075bc 20%, #0075bc 50%, #004d7d 70%);
    
}
.scoregraph__fill{
    background: linear-gradient(to right, #0075bc, #191C25);
}
.{
    background: linear-gradient(to right top,#e7b400,#c29800);
}

.circles {
  margin-bottom: -10px;
}

.circle {
  /*width: 100px;*/
  margin: 6px 6px 20px;
  display: inline-block;
  position: relative;
  text-align: center;
  line-height: 1.2;
}

.circle canvas {
  vertical-align: top;
}

.circle strong {
  position: absolute;
  top: 50%;
  left: 50%;
    transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  line-height: 40px;
  font-size: 30px;
}

.circle strong i {
  font-style: normal;
  font-size: 0.6em;
  font-weight: normal;
}

.circle span {
  display: block;
  color: #aaa;
  margin-top: 12px;
}

p {
  margin: 0;
}

.install {
  display: inline-block;
}

.install a {
  display: block;
  width: auto;
  vertical-align: middle;
  padding: 6px 12px;
  line-height: 20px;
  background-color: #111;
  color: #fff;
  border-radius: 3px;
  text-decoration: none;
  margin: 5px auto;
  transition: all .3s;
}

.install code {
  padding: 6px 12px;
  display: block;
  font: 13px/20px Courier New, Liberation Mono, monospase;
  background-color: #333333;
  border-radius: 4px;
  margin: 5px 0;
  white-space: nowrap;
}

.install a:hover {
  background-color: #222;
}

.credits {
  color: #aaa;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
}

.test{
    display: inline-block;
    overflow: hidden;
    width: calc(100% - 1px);
    border-radius: 50%;
}

.test canvas{
    width: 11rem!important;
    height: 11rem!important;
}
.test span{
    position: absolute;
}

.den{
    position: absolute;
    top:50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    line-height: 8;
    width: 6.2rem;
    height: 6.2rem;
    border-radius: 50%
}
.stmp{
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    color: #4b4b4b;
    letter-spacing: .15em;
    /*text-shadow: 0 0 6px #a3acc2;*/
}
.wrs{
    position: absolute;
    top: 0;
    left: 12rem;
    line-height: 15;
    display: inline-block;
    width: auto;
    height: 11rem;
}


.credits img {
  margin-left: 4px;
  border-radius: 4px;
  vertical-align: middle;
}



@media(max-width:1515px){
    .floater{
        margin-top: 0px;
    }
}

@media(max-width: 920px){
    .centered-elements{
    padding: 0;
     margin: .7rem 0 0;
    }
    .temp img{
        display: none;
    }
    .temp.active img{
        display: block;
    }
}

@media (max-height: 600px), (max-width: 480px) {
  .credits {
    position: inherit;
  }
}