/*
This script is the sole property of AD-EX International
It may not be copied for any reason
*/
/* 
    Created on : May 28, 2020, 9:09:06 AM
    Author     : floydresler
*/

.stickyHeader {
/*    position: sticky;
    top: 0px;
    position: -webkit-sticky;*/
    padding: 10px;
    vertical-align: center;
    border: 1px solid #ccc;
    border-radius: 10px;
}

.headerTitle {
  font-weight: bold;
  font-size: 24px;
  display: inline;
  vertical-align: center;
  position: relative;
  top: 5px;
}

