
body{
  margin:0px;
  padding:0px;
}

#dLogout{
    position: absolute;
    right: 0px;
    background-color: black;
    color: white;
    padding: 10px;
    border-radius: 0px 0px 0px 15px
}
#dResultTitle{
  color: #cde1f4;
  font-weight:bold;
  background-color: #222522;
  padding:10px 20px;
}
#dResultTable {
  padding: 10px;
}

table.result_table {
  z-index: 1000;
  border-collapse: collapse;
}
table.result_table>thead>tr>th{
  color: #c4e1fa;
  font-weight:bold;
  background-color: #222522;
  padding-top: 5px;
  padding-bottom: 5px;  
}
table.result_table>tbody>tr>th{
  color: #c4e1fa;
  font-weight:bold;
  background-color: #222522;
  padding-top: 5px;
  padding-bottom: 5px;
}
table.result_table>tbody>tr{
  border-bottom: black solid 2px;
  color: #222522;
}
table.result_table>tbody>tr>td{
  font-family: monospace;
  border-right: solid 1px #c3ddd9;
  padding: 2px 5px;
}



/* Menu*/
table.menu {
  z-index: 1000;
  border-collapse: collapse;
}
table.menu>tbody>tr>th {
  background-color: #02294b;
  color:white;
  font-weight:bold;
  border-right: solid 1px #c3ddd9;
}
table.menu>tbody>tr>td {
  border-right: solid 1px #c3ddd9;
}
table.menu>tbody>tr{
  border-bottom: black solid 3px;
  color: #222522;
}
label {
  vertical-align: top;
}

#menu{
  z-index: 1000;
  border:black solid 2px;
  border-radius: 10%;
  padding-top:10px;
  padding-bottom:10px;
  background-color: #91c2ec;
  position: fixed;
  top: 30%;
  min-width: 350px;
  left: 50%;
  transform: translateX(-50%);
}
#menu_content{
  overflow-y: scroll;
  max-height: 40vh;
  margin-right:20px;
}


#infobox{
  position:fixed;
  top:28px;
  right:10px;
  z-index:200;
}

.alert {
  padding: 20px;
  background-color: #f57970;
  color: white;
  z-index:200;
}
.notif {
  padding: 20px;
  background-color: #91ec9d;
  color: black;
}

#signin {
    z-index:2000;
    display: block;
    left: 50%;
    transform: translateX(-50%);
    position: fixed;
    margin-top: 15px;
}

.balance{
  background-color: aliceblue;
    width: 400px;
    height: 80px;
    line-height: 80px;
    font-weight: bold;
    font-size: 22px;
}
.red {
  color: rgb(192, 45, 45);
}

.user{
    font-weight: bold;
    font-size: 22px;
    background-color: #d0d0d0;
    height: 40px;
    line-height: 40px;
}

.title {
  height: 80px;
    line-height: 60px;
    background-color: aquamarine;
    font-weight: bold;
    font-size: 50;
}

.account_title{
  height: 60px;
  line-height: 60px;
  font-size: 22px;
  background-color: blanchedalmond;
  border-top: solid 5px darkblue;
}
.align_right{
  text-align: right;
}