.input-select{
    padding: 10px;
    margin-top: 10px;
}

.icon-button-2{
   width: 35px;
    height: 35px;
   border: 1px solid #7bae23;
   background-color: #7bae23;
   padding: 10px;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .45);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .45);
    font-size: 16px;
    border-radius: 2px;
    transition: all .4s;
}

.icon-button-2 i{
    color: #fff !important;
    
}

.hero-card{
    border-radius: 6px;
    padding: 10px;
    background-color: #efefef;
}

.hero-controls{
    display: flex; 
    align-items: center; 
    justify-content: center; 
    margin-top: 5px;
}

.hero-body{
    display: flex; 
    align-items: center; 
    justify-content: center; 
}


.flex-centre{
    display: flex; 
    align-items: center; 
    justify-content: center;
}

.wwd{
    width: 124px;
    height: 124px;
    background-repeat: no-repeat;
    padding: 10px;
    margin: 0 auto 20px;
     display: flex;
    justify-content: center;
    align-items: center;
}

.wwd-icon{
   
    font-size: 100px;
}

.results-container{
    border: 1px solid #efefef; 
   /* padding: 5px;*/
    overflow-y: scroll;
}

.sr-row{
    display: flex;
    flex-direction: row;
    padding: 5px;
    width: 100%;
    justify-content: center;
}