
.text-link {
    color: blue;
    cursor: pointer !important;
}
.text-link:hover {
    text-decoration: underline;
}

.w-100px {
    width: 100px !important;
}
.w-150px {
    width: 150px !important;
}
.w-200px {
    width: 200px !important;
}
.w-300px {
    width: 300px !important;
}