html {
  position: relative;
  min-height: 100%;
  font-family: sans-serif;
}

body {
  margin: 0 0 200px;
  padding: 0px;
  background-image: linear-gradient(to bottom, #fce8db, #cab1fa);
  background-image: -moz-linear-gradient(top, #fce8db, #cab1fa);
  background-image: -webkit-linear-gradient(top, #fce8db, #cab1fa);
  background-repeat: repeat;
}

footer {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 192px;
  width: 100%;
  overflow: hidden;
}

hr {
  border-color: #7959b9;
  background-color: #7959b9;
  color: #7959b9;
  border-style: solid;
}

h1 {
  font-size: 24px;
}

a:link{
  color: #210062;
}
a:visited{
  color: #210062;
}
a:hover{
  color: #3f00be;
}
a:active{
  color: black;
}

.button{
  font-size: 0px;
}
.tabbutton {
  text-decoration: none;
}

.tab {
  background-image: url('DawnTab.svg');
  background-repeat: no-repeat;
  background-size: contain;
  width: 129px;
  height: 40px;
  min-width: 129px;
  min-height: 40px;
  display: inline-block;
  text-align: center;
  line-height: 40px;
  text-indent: 8px;
  float: right;
  font-weight: bold;
}
#lasttab {
  margin-right: -4px;
}

.maricomlogo {
  vertical-align: middle;
}
.icon {
  vertical-align: middle;
}

.navspace {
  background-image: linear-gradient(to bottom, #daa58d, #ac456c 50%, #7e3080 50%, #35276b);
  background-image: -moz-linear-gradient(bottom, #35276b, #7e3080 50%, #ac456c 50%, #daa58d);
  background-image: -webkit-linear-gradient(bottom, #35276b, #7e3080 50%, #ac456c 50%, #daa58d);
  /* Drop shadow */
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  margin-bottom: 14px;

  padding-left: 60px;
  padding-right: 60px;
}

.tab_container {
  margin: 0px;
}
