#et-top-navigation {
display: none;
}

#main-header{
padding-bottom: 19px;
}

.hidden {
display: none;
}

.text {
width: 30%;
height: 30px;
border-radius: 3px;
padding-left: 10px;
font-size: 14px;
}

.buttonContainer {
margin-top: 15px
}

input.submit {
width: 150px;
height: 40px;
border-radius: 3px;
border: 0px;
background-color: #ff0000;
color: #ffffff;
font-size: 16px;
}

input.submit:hover {
background-color: #e20000;
cursor: pointer;
}

.footerright {
float: right;
font-weight: bold;
}

hr {
height: 1px;
background: #dedede;
width: 100%;
overflow: hidden;
border: none;
margin-bottom: 20px;
}

.more-button {
margin-top: 100px;
padding: 15px 50px 15px 50px;
border-radius: 3px;
border: 0px;
background-color: #ff0000;
color: #ffffff;
font-size: 20px;
font-family: 'Oswald';
font-weight: bold;
}

.more-button:hover {
background-color: #e20000;
cursor: pointer;
}

.buy-button {
padding: 5px 30px 5px 30px;
border-radius: 3px;
border: 0px;
background-color: #ff0000;
color: #ffffff;
font-size: 16px;
}

.buy-button:hover {
background-color: #e20000;
cursor: pointer;
}

.downarrow {
vertical-align: middle;
margin-left: 10px;
}

.hiddencode {
display: none;
}
