.gclr {
    box-shadow: inset 0 -15px 30px rgba(0,0,0,0.4), 0 0px 0px rgba(0,0,0,0.5);
}
.scroll-top-advanced a {
    width: 37px;
    height: 37px;
    line-height: 37px;
}
.wp-list-table th {
	font-weight: bold;
}
.na-style{
    vertical-align: middle;
    text-align: center;
    display: none;
    border-radius: 10px;
}
.na-style:hover {
    opacity: 1 !important;
}

.na-style2 {
   	display: none;
	border-radius: 35px;
    vertical-align: middle;
    text-align: center;
}
.na-style2:hover {
    opacity: 1 !important;
}

.na-style4 {
    vertical-align: middle;
    text-align: center;
    display: none;
}
.na-style4:hover {
    opacity: 1 !important;
}

/*Scroll Position*/
.top-left {
    position: fixed;
    top: 10px;
    left: 10px;
    z-index: 999;
}
.top-right {
    position: fixed;
    top: 10px;
    right: 10px;
    z-index: 999;
}
.bottom-left {
    position: fixed;
    bottom: 10px;
    left: 10px;
    z-index: 999;
}
.bottom-right {
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 999;
}
.bottom-center {
    position: fixed;
    bottom: 10px;
    left: 48%;
    z-index: 999;
}