
.checkgreen {
    color: green;
}

.checkred {
    color: red;
}

.checkblue {
    color: blue;
}

.checkorange {
    color: orange;
}

.checkyellow {
    color: yellow;
}

.checkgray {
    color: gray;
}

.checkwhite {
    color: white;
}

a:hover, a:active, a:visited, a:link{
    text-decoration: none;
    color: black;
}

.table {
    font-size: 0.7em;
}

.table-font {
    font-size: 1em;
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
}

.icon-size {
    font-size: 1.75rem;
}

button {
    border: none;
    outline: none;
    background: white;
    color: black;

}
.tr-body {
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
}

@font-face {
    font-family: 'helveticaneue_lt_45_lightRg';
    src: url('../img/lte50263-webfont.woff2') format('woff2'),
         url('../img/lte50263-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: 'helveticaneue_lt_45_lightRg';
}