/*  MICROTHEMER STYLES  */


/*= Main Menu ================= */

/** Main Menu >> Facebook **/
#facebook {
	font-family: Arial !important;
	color: rgb(254, 254, 254) !important;
	height: 5ml !important;
	min-height: 4l !important;
	max-height: 5ml !important;
	box-sizing: content-box !important;
	padding-right: -165px !important;
	padding-bottom: -16px !important;
	position: absolute !important;
	bottom: -16px !important;
	right: -165px !important;
}


/*= Content =================== */

/** Content >> Books List **/
table#tablepress-13 td.column-2 {
	font-size: 18px !important;
	font-weight: bold !important;
}

/** Content >> Books Typ **/
table#tablepress-13 td.column-7 {
	font-size: 18px !important;
	font-weight: bold !important;
}


/*= Footer ==================== */

/** Footer >> Footer Name **/
span#site-info a {
	color: rgb(0, 0, 0) !important;
}


/*= Page Headings ============= */

/** Page Headings >> Just Title **/
h1.page-title span {
	font-style: italic !important;
}


/*( Phone )*/
@media (max-width: 480px) {

	/*= Content =================== */

	/** Content >> Books Typ **/
	table#tablepress-13 td.column-7 {
	width: 100% !important;
}


}

