/*
Theme Name: Teeth Thema
Version: 1.0
*/
.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 10px;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 10px;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 10px;
}

.nav-previous {
	float: left;
	width: 50%;
}
.nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
blockquote {
	font-style: italic;
	font-weight: normal;
	margin: 0 3em;
}


.post_content tr:first-child
{
  border-bottom: 1px solid #bebebe;
}

.post_content tr
{
  border-bottom: 1px dashed #bebebe;
}

.post_content tr:nth-child(odd) td
{
  background: #f0f3f5;
}

.post_content tr:hover td
{
  background: #d0e3ef;
}

.ppost_content th
{
  color: #282828;
  padding: 0 0 2px 25px;
}

.post_content td
{
  color: #7e7e7b;
  font-size: 18px;
  margin: 1px 0 2px 0;
  padding: 9px 25px 8px 25px;
  
}

.post_content tr td:first-child
{
  
  font-size: 16px;
  color: #434343;
}

td.PriceBlue
{
  color: #63a3ca;
}