div.amzn-native-header > span {
	font-family: Lato !important;
	color: #3498db;
	font-size: 1.5em !important;
}

div.amzn-native-content.amzn-native-content-adfeedback {
		font-family: Lato !important;
}
.amzn-native-product-title-container 	{
	text-align: center;

}

.amzn-native-product-price {
     padding: 30px;
     text-align: center;
}

.amzn-native-product-price {
     display: inline-block;
     padding: 50px;
     text-align: center;
}

.amzn-native-product-rating {
	   display: inline-block;
     padding: 50px;
     text-align: center;
}

#ez-toc-container > div > p {
		background-color: #3498db !important;

	color: white !important; 	border: 1px solid #3498db;
	padding: 3px !important;
	text-align: center !important;
}

#ez-toc-container > ul > li:nth-child(odd) {
		background-color: #d4e9f7;
}

#ez-toc-container > ul > li {
		background-color: #d4e9f7;
	border: 1px solid #3498db;
	padding: 3px;
}

#ez-toc-container > ul > li:nth-child(even) {
		background-color: #e9f4fb;
}

div.nivo-caption {
	font-size: 1.5em;
	font-family: Lato !important;
	background-color: #3498db;	
}

.entry-summary {
      display: none;
}

table {
	font-size: 0.9em;
  line-height: 20px;
  border-collapse: separate;
  border-spacing: 0;
  border: 1px solid #3498db;
  width: 95%;
  margin: auto;
	margin-bottom: 1.75em;
  border-radius: .0rem;
}

tr:first-child{ 
	background-color: #3498db !important;
	color: white;
}

tr:nth-child(odd){ 
	background-color: #d4e9f7;
}

tr:nth-child(even){ 
	background-color: #e9f4fb;
}

div.su-spoiler-title {
    font-size: inherit;
}

.igsv-table tr.even { 
	background-color: #e9f4fb;
}

.igsv-table tr.odd { 
	background-color: #d4e9f7 !important;
	color: black;
}

.igsv-table tr.row-1.odd { 
	background-color: #3498db;
	color: white;
}

.igsv-table {
  text-align: left;
	font-size: 0.8em;
  line-height: 20px;
  border-collapse: separate;
  border-spacing: 0;
  border: 1px solid #3498db;
  width: 500px;
  margin: auto;
  border-radius: .0rem;
}

thead tr:first-child {
	font-size: 1.1em;
  background: #ed1c40;
  color: #fff;
  border: none;
}

thead tr:last-child th {
  border: 1px solid #3498db;
}


tbody td {
  border: 1px solid #3498db;
}


button.dt-button, div.dt-button, a.dt-button, div.dt-button {
    position: relative;
    display: inline-block;
    box-sizing: border-box;
    margin-right: 0.333em;
    padding: 0.3em 1em;
    border: none;
    cursor: pointer;
    font-size: 0.9em;
    color: white;
    white-space: nowrap;
    overflow: hidden;
    background-color: #3498db;
    background-image: none;
}

button.dt-button:hover:not(.disabled), div.dt-button:hover:not(.disabled), a.dt-button:hover:not(.disabled) {
    position: relative;
    display: inline-block;
    box-sizing: border-box;
    margin-right: 0.333em;
	
    padding: 0.3em 1em;
    border: none;
    cursor: pointer;
    font-size: 0.9em;
    color: white;
    white-space: nowrap;
    overflow: hidden;
    background-color: #2980B9;
    background-image: none;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
	  box-sizing: border-box;
    display: inline-block;
	  margin-top: 1em;
		margin-bottom: 1em;
    text-align: center;
    text-decoration: none;
	  color: white !important;
    background-color: #3498db;
    background-image: none;
}

.dataTables_paginate:hover .paginate_button:hover {
	  box-sizing: border-box;
    display: inline-block;
    text-align: center;
	  margin-top: 1em;
	  margin-bottom: 1em;
    text-decoration: none;	
		color: white !important;
    background-color: #2980B9;
    background-image: none;
    border: 1px solid transparent;
}

.deckCode {
	  width: 100%;
	  overflow: auto;
	  padding-top: 5px;
    padding-bottom: 20px;
	  display: inline-block;
}

.deckCode .form-control {
	float: left;
    width: 100%;
    display: block;
}

.deckCode .clipCopy {
  margin: 0 0 0 0; 
	float: left;
    display: block;
    width: 100%;
	  text-align: center;
}

th {
    background-color: #3498db;
}

.posted-on .updated {
    display: inline-block;
}

.posted-on .updated:before {
    content: "Updated: ";
}

.entry-date {
    display: none;
}