BODY, TD {
    color:#272727;
}

BODY {
    background: white;
}

A:link, A:visited {
    color: #111;
}

A:active, A:hover {
    color: #000;
}

#right-column {
    min-height: 400px;
    /* border-right: 5px solid #272727; */
}

#right-column div {
    padding: 0 10px;
    margin: 5px;
    border-bottom: 0px solid #111111;
}

#right-column div a {
    padding: 10px;
    text-align: center;
    display: block;
    font-size: 16px;
}

html,
body {
  height: 100%;
  /* The html and body elements cannot have any padding or margin. */
}

/* Wrapper for page content to push down footer */
#wrapper {
  min-height: 100%;
  height: auto;
  /* Negative indent footer by its height */
  margin: 0 auto -40px;
  /* Pad bottom by footer height */
  padding: 0 0 40px;
}

/* Set the fixed height of the footer here */
#footer {
  height: 40px;
}

table, td, th {
    /* color: white; */
}

td {
    font-size: .8rem;
}

.nowrap {
    white-space: nowrap;
}

.bg-dark {
    background-color: #1d1d1d !important;
}

.dropdown-item {
    color: black !important;
}