#transactions > div.table-responsive.fs-md.mb-4.mt-4 > table > tbody > tr > td:nth-child(3) {
    display: none !important;
}

#transactions > div.table-responsive.fs-md.mb-4.mt-4 > table > thead > tr > th:nth-child(3) {
    display: none !important;
}

#announcement-modal > div > div {
    height: 550px !important;
}

.smaller-height-link {
    height: 450px !important;
}

@media (max-width: 350px) {
    .smaller-height-link {
        height: 134px !important;
    }
}

@media (min-width: 351px) and (max-width: 499px) {
    .smaller-height-link {
        height: 150px !important;
    }
}

@media (min-width: 500px) and (max-width: 599px) {
    .smaller-height-link {
        height: 170px !important;
    }
}

@media (min-width: 600px) and (max-width: 699px) {
    .smaller-height-link {
        height: 190px !important;
    }
}

@media (min-width: 700px) and (max-width: 799px) {
    .smaller-height-link {
        height: 210px !important;
    }
}

@media (min-width: 800px) and (max-width: 899px) {
    .smaller-height-link {
        height: 230px !important;
    }
}

@media (min-width: 900px) and (max-width: 999px) {
    .smaller-height-link {
        height: 250px !important;
    }
}

@media (min-width: 1000px) and (max-width: 1028px) {
    .smaller-height-link {
        height: 300px !important;
    }
}

@media (min-width: 1029px) {
    .smaller-height-link {
        height: 450px !important;
    }
}


