.navbar {
    background-color: rgb(0, 0, 0);
    background-image: linear-gradient(to left, white, #4f87b9 1%, #4f87b9 80%, white 100%);
}
a {
    color:black;
    font-size: medium;
}
.btn {
    color: white;
    background-color:#4f87b9;
    font-size: small;
}
.btn-secondary {
    background-color: #4f87b9;
    font-size: small;
}
.tab-button {
    display: inline-block;
    outline: solid 1px gray;
    color: black;
    background-color: #f4f7fb;
    font-size: large;
    text-align: center;
    line-height: 30px;
    width: 120px;
    cursor: pointer;
}
.tab-button-sel {
    display: inline-block;
    outline: solid 1px gray;
    color: white;
    background-color: #191970;
    font-size: large;
    text-align: center;
    line-height: 30px;
    width: 120px;
    cursor: pointer;
}
.rectangle {
  height: 30px;
  width: 150px;
}
.w2p_odd {
    color:black;
    background:  #86accf;
    font-size: small;
}
.w2p_even {
    color:black;
    background: #f4f7fb;
    font-size: small;
}
.link_2 {
    color:rgb(230, 149, 0);
    font-size: small;
}
.link_1 {
    color:#361b07;
    font-size: small;
}
.link_header {
    color:Black;
    font-size: small;
}
.web2py_table {
    font-size: small;
}
.web2py_grid thead th {
    background: linear-gradient(to top, white, #4f87b9);

}
.web2py_paginator {
    background: linear-gradient(to bottom, white, #4f87b9);
}
.custom table {
  border-spacing: 0.5rem;
}
.custom td, th {
  border: 1px #999;
  padding: 0.5rem;
  text-align: left;
    font-size: smaller;
}
.custom th {
  color:white;
  background:  #4f87b9;
}
.custom tbody tr: nth-child(odd) {
  background:  #4f87b9;
}
.custom tbody tr: nth-child(even) {
  background:  #f4f7fb;
}
.custom tbody tr: hover {
  background: #eee;
}
