@media screen and (min-width: 320px) and (max-width: 639px) {
#allrecords .t-upwidget {
    height: 30px;
}
#allrecords .t-upwidget-container__button {
    font-size: 10px !important;
}
}
@media screen and (min-width: 640px) and (max-width: 1919px) {
#allrecords .t-upwidget {
    height: 35px;
}
#allrecords .t-upwidget-container__button {
    font-size: 11px !important;
}
}
@media screen and (min-width: 1920px) {
#allrecords .t-upwidget {
    height: 50px;
}
#allrecords .t-upwidget-container__button {
    font-size: 16px !important;
}
}
