.difficulty_hover{
    position: absolute;
    text-align: center;
    left:25%;
    top:5%;
    width: 53%;
    padding: 10px;
}

.difficulty_table{
    margin: auto;
}

.difficulty_table td{
    border:none;
}


.difficulty-arrow-icon{
    height: 15px;
}
.up-right{
    transform: rotate(270deg);
}
.orange{
    color: #FAA919;
}

@media only screen and (max-width: 768px){
    .difficulty_hover{
        position: absolute;
        text-align: center;
        left:25%;
        top:5%;
        width: 70vw;
        padding: 10px;
    }
}