/* CSS that isnt a stupid template. That means I can just add CSS and it will work without having to individually update everyones Look and Feel. */
.hidden-print {
@media print {
display: none !important;
}
}
.LoginInstructions{
margin: 0 20;
}
.bzsToolTip{
z-index: 1000000;
}
.clickable{
cursor: pointer;
}
.yui-module{
overflow-y: auto;
max-height: 95vh;
}
#UploadTable{
border: 1px solid black;
}
form {
margin-block-end: 0;
}
