body{
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}
#frame{
    width:1024px;
    margin-left:auto;
    margin-right: auto;
    text-align: center;
}
#expo {
    width: 800px;
    margin-top:10px;
    margin-left: auto;
    margin-right: auto;
    table-layout: fixed;
    width: 600px;
    border-spacing: 50px;
    
  }
#expo a{
    color:black;
    text-decoration: none;
}
#expo tr {
    height: 100px;
}

#expo td {
    background-color: red;
}

ul{
    text-align: left;
}

h1{
    color: red;
}

#pole_hardware img{
    height: 100px;
    width: 100px;
}

#pole_hardware tr td:nth-child(3){
    text-align: left;
    padding-left: 15px;
}

.center {
    margin-left: auto;
    margin-right: auto;
  }

#breaker_list{
    padding-left: 200px;
}

.red_text{
    color: red;
}

.blue_text{
    color:blue;
}



#closeout {
            border: 1px solid black;
            width:900px;
            height: 30px;
            table-layout: fixed;
            text-align: left;
        }
        #closeout th {text-align: center;}
        #closeout td {
            border: 1px solid black;
            padding: 8px;
        }
        #closeout td:nth-child(1) {
            
            padding: 0px;
            padding-left: 10px;
        }
        #closeout td:nth-child(3) { text-align: center;}
        #closeout td:nth-child(4) {text-align: center;}
        #closeout td:nth-child(5) {text-align: center;}
    
#led td {
    padding:20px;
}

#breakers_table {
    border-collapse: collapse;
    width: 800px;
}

#breakers_table th,
#breakers_table td {
    border: 1px solid grey;
    padding: 8px;
}

#breakers_table th {
    font-weight: bold;
    text-align: center;
}

#breakers_table td {
    text-align: left;
}

#breakers_table td:nth-child(1) {
    text-align: center;
}

#breakers_table td:nth-child(2) {
    text-align: center;
}
#breakers_table td:nth-child(3) {
   padding-left:20px;
}

#breakers_table img{
    width: 100px;
}

#supply_list {
    border-collapse: collapse;
    width: 600px;
    padding:15px;
}

#supply_list td {
    border: 1px solid grey;
    
}

#supply_list img{
    width: 100px;
    height: 100px;
}

.col-25 {
    width: 25%;
}

.col-75 {
    width: 75%;
}