.bnheading {
  font-family: 'Bebas Neue', sans-serif;
}

.bntext {
  font-family: 'Bebas Neue', sans-serif;
}

.bnmenu {
  font-family: 'Bebas Neue', sans-serif;
  font-size: large;
}

.line {
  display: inline-block;
  width: 10%;
  border-top: 3px solid red;
}

a:link {
  color: black;
  background-color: transparent;
  text-decoration: none;
}

a:visited {
  color: black;
  background-color: transparent;
  text-decoration: none;
}

a:hover {
  color: red;
  background-color: transparent;
  text-decoration: none;
}

.arrowlist {
  list-style-image: url('/img/black-double-arrow.gif');
}


#magsquad {
  background-image: url("img/PHOTO-2020-12-03-11-51-26_2-100x100.jpg");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;

  > .col,
  > [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
  }
}

.index-padding {
  margin-right: 5px;
  margin-left: 5px;

  > .col,
  > [class*="col-"] {
    padding-right: 50px;
    padding-left: 50px;
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.mainborder {
  border-style: solid;
  border-width: 0px;
  border-color: black;
  border-padding: 5px;
  border-shadow: 5px 10px #888888;
  margin: 5px;
}

.floatingrow
{
  vertical-align: middle;
  text-align: center;
  top: 0px;

  position: -webkit-sticky;
  position: -moz-sticky;
  position: -o-sticky;
  positiom: -ms-sticky;
  position: sticky;
}

.rotate
{
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  transform:rotate(-90deg);
  border: 1px black solid;
  padding: 0px 0px 2px 2px;
}

.fixedtable {
  /** border: 1px solid black; **/
  table-layout: fixed;
  width: 200px;
}

.dateheading {
  /* border: 1px dashed black; */
  width: 90px;
  overflow: hidden;
}

.dateheading2 {
  width: 120px;
  overflow: hidden;
}

.freeze {
      background-color: #a3a3c2;
      color: e0e0eb;
}

.adminth {
  width: 20px;
}

.actionbtn {
  display: inline-block;
  width: calc (50% -4px);
  margin: 0 auto;
}
.sidebuttons {
  width: 120px;
  margin: 0 auto;
}
