/* 
    Created on : 24 Mar 2024, 17:37:44
    Author     : gazza
*/
#headerImg{
    height:100px;
    width: 200px;
}
#headerText{
    font-family: Courier;
    font-size:  xx-large;
    position: relative;
    top:-30px;
}
ul{
    list-style-type: none;
}
li{
    display: inline;
    padding-right: 20px;
}
#Header{   
    height: 100px;
    /*border-style: solid;*/
}
body{
    font-family: Poppins;
}
#Tools{
    height: 50px;
   /* border-style: dotted;*/
}
.bold{
    font-weight:  bold;
}
.icon{
    height:20px;
    width:20px;
}
#btnCancel{
    visibility:  hidden;
}
table{
    border-color: lightgray;
    border: 1px solid;
    border-collapse:  collapse;
}
th,td{
    border-color: lightgray;
    border: 1px solid;
    border-collapse:  collapse;
    padding: 5px;
}
span {
  display: inline-block;
}
.flipVandH {
  transform: scale(-1, -1);
  color: #8ebf42;
  -moz-transform: scale(-1, -1);
  -webkit-transform: scale(-1, -1);
  -o-transform: scale(-1, -1);
  -ms-transform: scale(-1, -1);
  transform: scale(-1, -1);
}