<style>
body {
  font-family: Arial, Helvetica, sans-serif;
}

.navbar li {
    font-weight: bold;
}

.fixedButton {
    position: fixed;
    top: 60px;
    right: 20px;
    padding: 5px;
}
.fixedButton2 {
    position: fixed;
    top: 100px;
    right: 20px;
    padding: 5px;
    background: #33FF33;
}

.fixed-r-y50 {
    position: fixed;
    top: 70px;
    right: 20px;
    padding: 5px;
}

.fixed-r-y100 {
    position: fixed;
    top: 120px;
    right: 20px;
    padding: 5px;
}

.fixed-r-y150 {
    position: fixed;
    top: 170px;
    right: 20px;
    padding: 5px;
}

.fixed-r-y200 {
    position: fixed;
    top: 220px;
    right: 20px;
    padding: 5px;
}

td.tdhover:hover {
  background-color: #B4FFF2;
}

td.tddel:hover {
  background-color: #FF0000;
}

.fabButton {
  background-color: #FF2222;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background: #F24444;
  border: none;
  outline: none;
  color: #FFF;
  font-size: 24px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  transition: .3s;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
//  position: fixed;
//  bottom: 50px;
//  right: 50px;
  z-index: 999;
}
.fabButton:hover {
  background-color: #FF8888;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background: #22FF22;
  border: none;
  outline: none;
  color: #FFF;
  font-size: 24px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  transition: .3s;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
//  position: fixed;
//  bottom: 50px;
//  right: 50px;
  z-index: 999;
}
.simp {
 padding: 10px;
 text-align: left;
 border-bottom: 1px solid #ddd;
}

.center {
 text-align: center;
}
.right {
 text-align: right;
}
.left {
 text-align: left;
}

.fontsize30 {
 font-size: 30%;
}
.fontsize40 {
 font-size: 40%;
}
.fontsize50 {
 font-size: 50%;
}
.fontsize75 {
 font-size: 75%;
}

.fontsize90 {
 font-size: 90%;
}

.upload {
    padding: 10px;
    text-align: center;
    vertical-align: middle;
    background-color: lightblue;
}

.noborders {
    padding: 0;
    border: none;
    background: none;
}
</style>