@font-face { font-family: Junicode; src: url('http://www.amc-resources.lel.ed.ac.uk/fits/lib/fonts/Junicode.ttf'); }
@font-face { font-family: JunicodeB; src: url('http://www.amc-resources.lel.ed.ac.uk/fits/lib/fonts/Junicode-Bold.ttf'); }  
@font-face { font-family: "Doulos SIL"; src: url('http://www.amc-resources.lel.ed.ac.uk/fits/lib/fonts/DoulosSIL-R.ttf'); } 
body{
    font-size: 1vw;
    line-height: 1.2vw;
  height:98%;
}

.sans{
  font-family: sans-serif, Helvetica, Arial, FreeSans;
}

#tableheader{
  text-align: center;
}

#all{
  width: 49%;
  margin-left: 0.5%;
  margin-right: 0.5%;
  margin-bottom: 2em;
  float:left;
}

.marginhalf{
  margin-left: 0.5%;
  margin-right: 0.5%;
  padding-bottom:0.3em;
}

.bold{
  font-weight:bold;
}

#displayOther{
  width: 49%;
  margin-right: 0.5%;
  margin-left: 0.5%;
  float:right;
}

table, td, th{
  border-collapse:collapse;
  border: 1px solid #BFBFBF;
  padding-left: 0.5em;
  padding-right: 0.5em;
}


/*
#gsformstable th:not(.sorttable_sorted):not(.sorttable_sorted_reverse):not(.sorttable_nosort)::after { 
    content: " \25B4\25BE" 
}
*/

#gsformstable, #gsmorphemestable{
  font-size: 0.9vw;
  line-height: 1vw;
  table-layout:fixed;
  border-collapse: collapse;
}

#gsformstable tr, #gsmorphemestable tr{
  border-bottom: 1px solid #d0d7f9;
}



#gsformstable th, #gsmorphemestable th{
  white-space: nowrap;
  border-top: 1px solid black;
  background-color: #9a9a9a;
  cursor: pointer;
}


.btn-grey{
  background-color: #708090;
  color: white;
}

.btn-responsive-sm{
  height: 0.8vw;
  padding:0.1vw;
  font-size: 0.8vw;  
}



.btn-grey:hover{
  background-color: black;
}

.invisible{
  display: none;
}

.whole{
  white-space: nowrap;
}

.searchFormLegend{
  color: #708090 !important;
}

.columnheader{
  padding-left: 0.5em;
  padding-right: 0.5em;
}

.junicode{
  font-family: Junicode;
  font-size: 1.1em;
}

.iconDivFits{
  width:0.8em;
  height:0.8em;
  position:absolute;
  top:-0.2em;
  right:0.1em;
  cursor: pointer;
}

.closerCorrect{
    color: #4980b7 !important;
}

.labelLinkLike{
    color: #4980b7 !important;
    cursor: pointer;
}
.labelLink:link{
  color: #4980b7 !important;
}
.labelLink:visited{
  color: #4980b7 !important;
}
.labelLink:hover{
  color: black !important;
  text-decoration: none !important;
}
.labelLink:active{
  color: black !important;
}

th{
    vertical-align:bottom !important;
}

