/**
 * Your Inspiration Themes
 * 
 * In this files the framework register default metaboxes.
 * 
 * @package WordPress
 * @subpackage Your Inspiration Themes
 * @author Your Inspiration Themes Team <info@yourinspirationthemes.com>
 *
 * This source file is subject to the GNU GENERAL PUBLIC LICENSE (GPL 3.0)
 * that is bundled with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://www.gnu.org/licenses/gpl-3.0.txt
 */

/********************************************

In this file you can add your custom CSS.
It will always override rules in style.css.
Good work... and good luck! :)

********************************************/


/* Tables ---------------------- */
table {
	background: #fff;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	margin: 0 0 5px;
	border: 1px solid #ddd;
}
table thead, table tfoot {
	background: #f5f5f5
}
table thead tr th, table tfoot tr th, table tbody tr td, table tr td, table tfoot tr td {
	font-size: 13px;
	line-height: 18px;
	text-align: left;
}
table thead tr th, table tfoot tr td {
	font-size: 16px;
	font-weight: bold;
	color: #222;
}
table thead tr th:first-child, table tfoot tr td:first-child {
	border-left: none
}
table thead tr th:last-child, table tfoot tr td:last-child {
	border-right: none
}
table tbody tr.even, table tbody tr.alt {
	background: #f9f9f9
}
table tbody tr:nth-child(even) {
	background: #f9f9f9
}
table tbody tr td {
	color: #333;
	padding: 9px 10px;
	vertical-align: top;
	border: none;
}
.back-top-wrapper {
	width: 100%;
	position: absolute;
	overflow: hidden;
	height: 50px;
	display: block;
}
.back-top {
	bottom: 55px;
	right: 20px;
	margin-bottom: 0;
	display: block;
	position: fixed;
	display: scroll;
	display: none;
}
.back-top a {
	width: 50px;
	nowhitespace: afterproperty;
	height: 50px;
	display: block;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	background: #333 url(../images/up-arrow.png) no-repeat center center;
	border-radius: 5px; /* transition */
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
	;
}
.back-top a:hover {
	background-color: #333
} /* arrow icon (span tag) */
.back-top span {
	width: 50px;
	nowhitespace: afterproperty;
	height: 50px;
	display: block;
	border-radius: 10px; /* transition */
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
	;
}
.floatright, .right {
	float: right
}
/* End Tables ---------------------- */
