#twoFYTable {
    overflow: auto;
}

td.fyValues {
    width: 1.5%;
    white-space: nowrap
}

td.indexValues {
    width: 3%;
}
td, tfoot td {
    color: #000;
    font-weight: 600;
}

td {
    border: 1px solid #090909;
    padding: 10px;
    position: relative;
    text-align: center !important;
}
.arrowImage {
    position: absolute;
    top: 44%;
    left: 80%;
    width: 18%;
    height: 50%;
    transform: translate(-50%, -50%);
    border: 1px solid transparent;
    z-index: 1;
    padding-left:3px;
}

.sdgProgressTableDiv {
    overflow-y: scroll;
    overflow-x: scroll;
}

th {
    margin: 5px;
}