
.container{
    text-align: center;
    background: #CCFF66;
    padding-top: 5px;
}
.flex-container {
  display: flex;
/*  padding-bottom: 10px;*/
/*  border-style: solid;*/
  
}
.lhs-logo {
    width: 320px;
    height: 91px;
    background-image:url(images/header_left.gif);
}
.image-repeat{
  flex: 1;  
  background-image:url(images/header_till.gif); 
  height: 91px; 
  background-repeat: repeat-x;  
}
.rhs-endlogo{
    width:94px; 
    height: 91px;  
    background-image:url(images/header_right.gif);
    
}
.ABF-logo {
    width: 160px;
    background-image:url(images/ABF_logo.jpg);
    height:104px;
    
}
.odd {
    background-color: #90EE90;
}
.even {
    background-color: #D3D3D3; 
}

h4 {
    text-decoration: underline;
    font-weight: bold;
}
em{color: red;}

p.padding10 {
    padding-left: 10px;
}

#contentwrapper {
    padding: 4px;
}
#contentcolumn {
    background: #CCFF66;
}
#myInput {
    background-image: url('./images/find.png'); /* Add a search icon to input */
    background-position: 10px 12px; /* Position the search icon */
    background-repeat: no-repeat; /* Do not repeat the icon image */
    width: 20%; /* Full-width */
    font-size: 1em; /* Increase font-size */
    padding: 12px 20px 12px 40px; /* Add some padding top/right/bottom/left*/
    border: 1px solid #ddd; /* Add a grey border */
    margin-bottom: 5px; /* Add some space below the input */
    float:left;
}
#myTable {
    border-collapse: collapse; /* Collapse borders */
    width: 100%; /* Full-width */
    border: 1px solid #ddd; /* Add a grey border */
    font-size: 1em; /* Increase font-size */
}

#myTable th, #myTable td {
    text-align: center; /* Left-align text */
    padding: 4px; /* Add padding */
}

#myTable tr {
    /* Add a bottom border to all table rows */
    border-bottom: 1px solid #ddd;
    padding: 4px;
}

#myTable tr.header, #myTable tr:hover {
    /* Add a grey background color to the table header and on hover */
    background-color: #f1f1f1;
}
#footer{
clear: left;
width: 100%;
background: black;
color: #FFF;
text-align: center;
padding: 4px 0;
}
