/*
Welcome to Custom CSS!

CSS (Cascading Style Sheets) is a kind of code that tells the browser how
to render a web page. You may delete these comments and get started with
your customizations.

By default, your stylesheet will be loaded after the theme stylesheets,
which means that your rules can take precedence and override the theme CSS
rules. Just write here what you want to change, you don't need to copy all
your theme's stylesheet content.
*/
/* Tables
=====================================================*/
table.table-division {
	width: 100%;
	border-collapse: separate;
	border-spacing: 0;
	border: 0;
	margin-bottom: 15px;
	-webkit-box-shadow: 0 2px 0 0 rgba(0,0,0,0.03);
	box-shadow: 0 2px 0 0 rgba(0,0,0,0.03);
}

table.table-division img {
	display: block;
}

table.table-division th {
	border: 1px solid #e0e0e0;
	border-right: none;
	background-color: #fafafa;
	text-align: left;
	padding: 8px;
	color: #444;
	vertical-align: top;
	font-size: 14px;
	font-weight: 600;
}

table.table-division th.header-he {
	background-color: #DA9513;
	color: #fff;
	text-align: center;
}

table.table-division th.header-purple {
	background-color: #993D78;
	color: #fff;
	text-align: center;
}

table.table-division th.header-gs {
	background-color: #07C973;
	color: #fff;
	text-align: center;
}

table.table-division th.header-ex {
	background-color: #CF5A2E;
	color: #fff;
	text-align: center;
}

table.table-division td.cell-high {
	background-color: #fafafa;
	font-weight: 600;
	text-align: center;
}

table.table-division td:last-child {
	border-right: 1px solid #e0e0e0;
}

table.table-division th:last-child {
	border-right: 1px solid #e0e0e0;
}

table.table-division td {
	padding: 8px;
	border: #e0e0e0 1px solid;
	border-top: none;
	border-right: none;
}

table.table-division tr:hover td {
	background-color: #fafafa;
}

table.table-division td.cell-img {
	padding: 0;
	border-bottom: none;
}

/* Lists
=====================================================*/
ul, ol {
	margin: 0 0 15px;
}

li {
	line-height: 21px;
}

.plus-list li {
	background: transparent url("wp-content/themes/nevia/images/icon-list-plus.png") no-repeat scroll 0 5px;
}

.check-list li {
	background: transparent url("wp-content/themes/nevia/images/icon-list-check.png") no-repeat scroll 0 5px;
}

.sign-list li {
	background: transparent url("wp-content/themes/nevia/images/icon-list-sign.png") no-repeat scroll 0 5px;
}

.star-list li {
	background: transparent url("wp-content/themes/nevia/images/icon-list-star.png") no-repeat scroll 0 5px;
}

/* JetPack Social Buttons
=====================================================*/
div.sharedaddy div.sd-block {
	border-top: 1px solid rgba(0,0,0,0.13);
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: rgba(0,0,0,0.13);
	padding: 0;
}

div.sharedaddy .sd-content {
	margin-top: 10px;
	margin-top: 1rem;
}

.single-format-quote  div.sharedaddy div.sd-block {
	display: none;
}

div.sharedaddy a.sd-button {
	border: none !important;
	box-shadow: none;
}

.sd-social-icon-text a.sd-button > span, a.sd-button > span {
	opacity: 1;
	padding: 4px 10px;
	padding: .4rem 1rem;
}

li.share-facebook a.sd-button > span,
li.share-google-plus-1 a.sd-button > span,
li.share-tumblr a.sd-button > span,
li.share-pinterest a.sd-button > span,
li.share-twitter a.sd-button > span,
li.share-reddit a.sd-button > span,
li.share-pocket a.sd-button > span {
	border: none;
	color: #fff;
	font-family: 'verdana', arial;
	font-size: 6px;
	font-size: .6rem;
	font-weight: 300;
	letter-spacing: 0;
	text-transform: uppercase;
}

li.share-facebook a.sd-button > span {
	background: #4965a0;
}

li.share-facebook a.sd-button:hover > span {
	background: #1e73be;
}

li.share-twitter a.sd-button > span {
	background: #55ACEE;
}

li.share-twitter a.sd-button:hover > span {
	background: #1e73be;
}

li.share-google-plus-1 a.sd-button > span {
	background: #dd4b39;
}

li.share-google-plus-1 a.sd-button:hover > span {
	background: #1e73be;
}

li.share-tumblr a.sd-button > span {
	background: #35465D;
}

li.share-tumblr a.sd-button:hover > span {
	background: #1e73be;
}

li.share-pocket a.sd-button > span {
	background: #F15367;
}

li.share-pocket a.sd-button:hover > span {
	background: #1e73be;
}

li.share-reddit a.sd-button > span {
	background: #4485F5;
}

li.share-reddit a.sd-button:hover > span {
	background: #1e73be;
}

li.share-pinterest a.sd-button > span {
	background: #D5222A;
}

li.share-pinterest a.sd-button:hover > span {
	background: #1e73be;
}

.sd-content .sd-button span.share-count {
	color: #fff !important;
	font-size: 100% !important;
}

.sd-social .sd-button .share-count {
	display: none;
}

div.sharedaddy h3 {
	font-size: 20px !important;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	text-transform: none;
	letter-spacing: 0;
	line-height: 1;
	font-weight: bold;
}