table.governancelist li{
 list-style-type:none;
 padding: 10px 0px 10px 0;
}
.esgbtn,.esgbtnon {
    position: relative;
    color: #111111;
    font-size: 0.9rem;
    text-transform: uppercase;
    text-decoration: none;
    transition: all 0.2s ease;
    padding: 3px 20px;
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.esgbtn:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    border-radius: 22px;
    background: rgba(83, 190, 244, 0.5);
    width: 30px;
    height: 30px;
    transition: all 0.3s ease;
}
.esgbtn span,.esgbtnon span {
    position: relative;
    z-index: 1;
}
.esgbtnon svg {
    display:none;
}
.esgbtn svg,.esgbtnon svg {
    position: relative;
    top: 0;
    margin-left: 6px;
    fill: none;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke: #92B3FC;
    stroke-width: 2;
    transform: translateX(-5px);
    transition: all 0.3s ease;
}
.esgbtn:hover:before {
    width: 100%;
    background: rgba(83, 190, 244, 0.5);
}
.esgbtn:hover svg{
    transform: translateX(0);
}
.esgbtn:hover,
.esgbtn:focus {
    color: #111;
}
.esgbtn:active {
    color: #fff;
    transform: scale(0.96);
}
.esgbtnon span{
    background: #0A2E6D;
    color: #fff;	
    display: block;
    border-radius: 22px;
	text-align:center;
	padding: 5px 18px;
}