a:link {
    text-decoration: none;
}

td.flash {
    position: relative;
    padding: 0px;
}

input.flash {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    width: 100%;
    outline: none;
    border: 0px;
    padding: 2px;
}

input {
    border-radius: 0px;
}

.my-fade-1 {
    transition: 0.5s;
    /* 0.5 second transition effect to slide in the sidebar */
}

div#load_screen {
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 1;
    position: fixed;
    z-index: 10;
    top: 0;
    width: 100%;
    height: 1600px;
}

div#load_screen>div#loading {
    width: 120px;
    height: 24px;
    margin: 300px auto;
}