

body {background-color: #014473;}

xbody {
  height: 100%; /* Used to enable scrolling */
  background: linear-gradient(55deg, #590882 0%, #670565 51%, #6d21b9 85%);
}

.marginsetter {
  margin-left: 5%;
  margin-right: 5%;
  margin-top: 6%;
  margin-bottom: 6%;
}

.cssitem {
  margin-bottom: 2%;
}

.slimMarginsetter {
  margin-left: 30%;
  margin-right: 30%;
  margin-top: 6%;
  margin-bottom: 6%;
}

#collapseClear {
  margin: 20%;
}

.settingsItem{
  margin-top: 5%;
}

.footer{
  color:#9e9e9e;
}

.vr{
  height: 1em;
  
}

.rigtmargin {
  margin-right: 15%;
}

.negativ {
  color: red;
}

/*     
.tab {
  display: none;
}
.tab-header {
  display: flex;
  background-color: #f1f1f1;
  padding: 10px;
  justify-content: space-around;
}
.tab-header div {
  cursor: pointer;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  background-color: #e0e0e0;
}
.tab-header div.active {
  background-color: #d0d0d0;
}
.tab-content {
  padding: 20px;
  border-top: 1px solid #ccc;
}
*/

