div#infomation {
    margin: 0px 0px 50px 0px;
    height: 400px;
    box-shadow: 0 5px 10px #000;
}

div#infomationtitleblock {
    white-space: pre;
    height: 400px;
    width: 400px;
    background-color: #f3f400;
    color: #fff;
    line-height: 50px;
    font-size: 35px;
    font-family: math;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    text-shadow: 2px 2px 10px #000;
    font-weight: bolder;
    float: left;
}

div#infomationtitle {
    white-space: pre;
    height: 400px;
    width: 400px;
    background-color: #b9ba00;
    color: #fff;
    line-height: 50px;
    font-size: 35px;
    font-family: math;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    text-shadow: 2px 2px 10px #000;
    font-weight: bolder;
}

.infonodes{
    width: calc( 100% - 400px );
    height: 400px;
    float: left;
    overflow-y: scroll;
}

.subject {
    margin: 0px;
    padding: 2px 0px 2px 20px;
    background-color: #b9ba00;
    color: #fff;
    font-size: 30px;
    text-shadow: 2px 2px 5px #000;
}

.todaysubject {
  background: linear-gradient(45deg, #b9ba00,#c2681b,#b9ba00);
  animation: bggradient 30s ease infinite;
  background-size: 200% 200%;
}


@keyframes bggradient{
    0% {
      background-position: 0% 0%;
    }
    50% {
      background-position: 100% 50%;
    }
    100% {
      background-position: 0% 100%;
    }
  }

.markd{
    padding: 10px 0px 2px 20px;
    margin-bottom: 30px;
}


.managerBlock {
  width: 400px;
  float: left;
}

.managerBlock table{
  border-collapse: collapse;
  border: solid 2px #ff0;
}


.managerBlock th{
  font-size :16px;
  border:solid 1px #ff0;
  padding:5px!important;
}

.managerBlock td{
  padding :1px 10px;
  border:solid 1px #ff0
}


#workingmem table {
  border-collapse: collapse;
  color:#fff;
  margin:auto;
  margin-bottom: 10px;
}

#workingmem td {
  border: 1px solid #777;
}

#sa_SAupdtitle {
  font-size: 18px;
  font-weight: bold;
  font-family: monospace;
  width: 80%;
  margin: auto;
}


.sa_SAupdblock {
  width: calc( 33% - 40px );
  float: left;
  border: solid 1px #b9ba00;
  margin: 5px 20px 30px 20px;
  background-color: #2b2b2b;
  border-radius: 0px 0px 0px 20px;
  position: relative;
}
.sa_SAupdblock::after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 20px;
  height: 20px;
  border-top: solid 1px #b9ba00;
  border-right: solid 1px #b9ba00;
  box-shadow: 3px -2px 10px #0000006e;
}


.sa_subject {
  padding: 5px 10px 2px 10px;
  background-color: #2b2b2b;
  color: #adaaaa;
  font-family: math;
  text-shadow: 1px 1px 5px #000;
  font-weight: bolder;
  height: 50px;
}

.sa_modtime {
  padding: 2px 15px 2px 10px;
  text-align: right;
}

.sa_body {
  height: 150px;
  overflow: hidden;
  padding: 10px;
  margin: 0px 5px 0px 20px;
  background-color: #1e1e1e;
  border: solid 1px #565656;
  white-space: pre;
}


iframe#exchgrate {
  width: 100%;
  height: 240px;
  border: none;
}