<!DOCTYPE html>
<html lang="en">
<head>
<title>CSS Template</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<style>
* {
  box-sizing: border-box;
  font-family: Arial, Helvetica, sans-serif;
}

body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
}

tbody {
vertical-align: ;
}

/* Style the top navigation bar */
.topnav {
  overflow: hidden;
  background-color: #333;
}

/* Style the topnav links */
.topnav a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

/* Change color on hover */
.topnav a:hover {
  background-color: #ddd;
  color: black;
}

/* Style the content */
.content {
  background-color: #ddd;
  padding: 10px;
  height: 200px; /* Should be removed. Only for demonstration */
}

/* Style Preview Button */
.updatePreview {
  background-color: #1876D1;
}
/* Change color on hover */
.updatePreview:hover {
  background-color: #125699;
}
.texteditInput {
	height: 35px;
	}
	
.producttags-box {
    display: none;
}

.div.editor_row_1 {
	width: 960px;
	height: 700px;
}

.div.add-info .price_153.EnteredQuantity .element{
	width: 100px;
}


table tr:nth-child(-7n + 7) {
    display: none;
}

.od_pdf_button {
display: none
}
	
.homeFeaturedCategoriesWrapper .listItem .picture img {
	max-width: 80% !important;
	width: 80% !important;
}
.homeFeaturedCategoriesWrapper .listItem .product-title {
	font-size: 12pt;
	padding: 4%;
}

.product-grid .product-title a {
	white-space: normal;
	font-weight: lighter;
}

.allProductsCategoriesWrapper .sub-category-grid .listWrapper .category-title {
font-size: 12px;
text-align: center;
padding: 2%;
}

.allProductsCategoriesWrapper .product-grid .listItem .product-title {
height: 90px;
position: absolute;
}

.allProductsCategoriesWrapper .product-grid .listItem .add-info {
	bottom: 0px;
}

.cart-header-row {
background-color: #acadad;
}

.address-item .editaddressbutton, .address-item .deleteaddressbutton {
	min-width: 75px;
	min-height: 36px;
}
.generalPageWrapper .row .shipping-new-address-form .ShippingNewAddress_StateProvinceId {
	display: none;

}

.header-links-wrapper:hover .adminlinks span {
   color: #ffffff;
   }

/* Style the footer */
.footer {
  background-color: #f1f1f1;
  padding: 10px;
}



</style>
</head>
<body>

<div class="topnav">
  <a href="#">Link</a>
  <a href="#">Link</a>
  <a href="#">Link</a>
</div>

<div class="content">
  <h2>CSS Template</h2>
  <p>A topnav, content and a footer.</p>
</div>

<div class="footer">
  <p>Footer</p>
</div>

</body>
</html>