.logo {
    height: 150px;
}

.adrotor {
    height: 100px;

}

.page_header {
    background-color: #2c3e50;
    width: 100%;
    border-bottom: solid;
    border-bottom-color: red;
}

.thing_menu_td {
  text-align: center;
  border-style: solid;
  border-width: 1px;
  border-color: darkgray;
}

.thing_menu {
    border-style: solid;
    border-width: 2px;
    border-color: black;
}

.thing_menu_item {
    background-color: lightgray;
}

.body {
    background-color: #f0f0f0;
    font-family: "Times New Roman", serif;
}

.product_odd {
    border-style: solid;
    border-width: 1px;
    border-color: black;
    background-color: white;
}

.product_even {
    border-style: solid;
    border-width: 1px;
    border-color: black;
    background-color: #eeeeee;
}

.main_content_div {
    width: 90%;
    margin: auto;
}

.thumbnail {
    width: 100px;
    background-color: white;
}

.cell_left {
    border-right-style: solid;
    border-width: 1px;
    text-align: left;
}

.cell_right {
    border-right-style: solid;
    border-width: 1px;
    text-align: right;
}

.cell_center {
    border-right-style: solid;
    border-width: 1px;
    text-align: center;
}

.vendor {
    font-size: 16pt;
    text-align: center;
    border-style: solid;
    border-width: 1px;
    background-color: wheat;
}

.product_table_header {
    font-size: 16pt;
    text-align: center;
    color: white;
    background-color: black;
    padding-left: 10px;
    padding-right: 10px;
}

.user_button button {
    width: 75px;
}

.footer {
    font-size: 16pt;
    color: #ff0000;
}

.contact_header {
    text-align: center;
    border-style: solid;
    border-width: 2px;
    border-color: black;
    background-color: #DADADA;
    font-size: 14pt;
}

.email_link  {
    margin-top: 25px;
    text-align: center;
    font-size: 18pt;
}

.scroller {
    text-align: center;
    color: #DADADA;
    font-size: 12pt;
}
