.tablenav .gh-actions{
    padding: 2px 8px 0 0;
}

.tablenav .gh-actions .action{
    margin: 1px 8px 0 0;
}

.progress-bar-wrap {
    width: 100%;
    background-color: #ddd;
    margin-top: 20px;
}

.progress-bar {
    width: 1%;
    padding: 7px;
    background-color: #4CAF50;
    box-sizing: border-box;
}

.progress-percentage{
    color: #FFFFFF;
    font-weight: 500;
}input[type=range].slider {
     -webkit-appearance: none;
     width: 100%;
     margin: 6.8px 0;
 }
input[type=range].slider:focus {
    outline: none;
}
input[type=range].slider::-webkit-slider-runnable-track {
    width: 100%;
    height: 13.4px;
    cursor: pointer;
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.03), 0px 0px 0px rgba(13, 13, 13, 0.03);
    background: #ffffff;
    border-radius: 3.1px;
    border: 1px solid #e5e5e5;
}
input[type=range].slider::-webkit-slider-thumb {
    box-shadow: 0.1px 0.1px 0px rgba(204, 204, 204, 0), 0px 0px 0.1px rgba(217, 217, 217, 0);
    border: 1px solid #cccccc;
    height: 27px;
    width: 14px;
    border-radius: 4px;
    background: #f7f7f7;
    cursor: pointer;
    -webkit-appearance: none;
    margin-top: -7.8px;
}
input[type=range].slider:focus::-webkit-slider-runnable-track {
    background: #ffffff;
}
input[type=range].slider::-moz-range-track {
    width: 100%;
    height: 13.4px;
    cursor: pointer;
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.03), 0px 0px 0px rgba(13, 13, 13, 0.03);
    background: #ffffff;
    border-radius: 3.1px;
    border: 1px solid #e5e5e5;
}
input[type=range].slider::-moz-range-thumb {
    box-shadow: 0.1px 0.1px 0px rgba(204, 204, 204, 0), 0px 0px 0.1px rgba(217, 217, 217, 0);
    border: 1px solid #cccccc;
    height: 27px;
    width: 14px;
    border-radius: 4px;
    background: #f7f7f7;
    cursor: pointer;
}
input[type=range].slider::-ms-track {
    width: 100%;
    height: 13.4px;
    cursor: pointer;
    background: transparent;
    border-color: transparent;
    color: transparent;
}
input[type=range].slider::-ms-fill-lower {
    background: #f2f2f2;
    border: 1px solid #e5e5e5;
    border-radius: 6.2px;
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.03), 0px 0px 0px rgba(13, 13, 13, 0.03);
}
input[type=range].slider::-ms-fill-upper {
    background: #ffffff;
    border: 1px solid #e5e5e5;
    border-radius: 6.2px;
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.03), 0px 0px 0px rgba(13, 13, 13, 0.03);
}
input[type=range].slider::-ms-thumb {
    box-shadow: 0.1px 0.1px 0px rgba(204, 204, 204, 0), 0px 0px 0.1px rgba(217, 217, 217, 0);
    border: 1px solid #cccccc;
    height: 27px;
    width: 14px;
    border-radius: 4px;
    background: #f7f7f7;
    cursor: pointer;
    height: 13.4px;
}
input[type=range].slider:focus::-ms-fill-lower {
    background: #ffffff;
}
input[type=range].slider:focus::-ms-fill-upper {
    background: #ffffff;
}