.clearfix::after {
    content: "";
    clear: both;
    display: table;
}
#wrapper    {
    margin: 0 auto;
    width: 90%;
    height: auto;
}#header {
    height: 100px;
    width: 100%;
    margin: 0 auto;
}
#logo { 
    width: 15%;
    height: 100px;
    margin: 0 auto;
    float: left;
    background-color: aquamarine;
}
#logo1 {
    width: 85%;
    height: 100px;
    margin: 0 auto;
    float:left;
    background-color: aliceblue;
}
#navbar {
    width: 100%;
    height: 50px;
    margin: 0 auto;
    background-color: antiquewhite;
}

.textspace {
    
}
#banner {
    width: 100%;
    height: 100px;
    margin: 0 auto;
    background-color: cadetblue;
    
}
#banner h1  {
    text-align: center;
    padding-top: 45px;
}
#products   {
    width: 100%;
    margin: 0 auto;
    height: auto;
}
table, td, th {
    border: 1px solid black;
}
/*  
th, td {
    border-bottom: 1px solid #ddd;
}
*/
table {
    border-collapse: collapse;
    width: 100%;
}
tr:hover {background-color:#f5f5f5;}

  



/* Accordion starts #444 #eee */

.accordion {
    background-color:#abce52;
    color:black;
    cursor: pointer;
    padding: 18px 30px 18px 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 1.3em;
    transition: 0.4s;
    margin-bottom: 20px;
	position:relative;
}

.accordion:hover, .accordion:focus{
    background-color: #abce52;  color:black;
}
.space {
    margin-top: 10px;
}
.accordion:after {
    content: '\002B';
    color: #1f1d1d;
    font-weight: bold;
	position:absolute;
	right:15px;
	top: 18px;
}

.accordion.active:after {
    content: "\2212";
}


.panel {
    padding: 0 20px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    border:0px;
}



/* Accordion ends   */
#footer {
    width: 100%;
    margin: 0 auto;
    height: 200px;
    margin-top: 20px;
}
#foot1  {
    width: 50%;
    height: 100px;
    margin: 0 auto;
    float: left;
    background-color: coral;
}
#foot2  {
    width: 50%;
    height: 100px;
    margin: 0 auto;
    float: left;
    background-color: chocolate;
}


@media screen and (max-width:480px) 
{
.panel {  padding: 0px 8px; }
.accordion {margin-top: 0; font-size: 18px; line-height: 27px;}
}