﻿/* === BLOCKWUOTE Styling === */
blockquote  {
	padding:10px 20px 5px 20px;
	margin-left:35px;
    border-left-style:solid;
    border-left-width:5px;
}
blockquote p{
	font-size:1.3em;
	line-height:1.5em;
}
blockquote:before {
	/* hanging opening quote */
	display: block;
	height: 0;
	content: "“";
	margin-left: -.95em; font: italic 400%/1 Cochin,Georgia,"Times New Roman", serif;
}

/* === Table (Zebra) === */
.table table{width:100%;}

.table thead tr{
	font-size:20px;
}
.table thead th{
	padding:10px;
}
.table tr td{padding:10px;}
.table tr p{margin:0;}



/*Ghostbutton*/
.ghostbutton {
    display: inline-block;
    padding: 3px 10px;
    text-decoration: none;
    border-width: 1px;
    border-style: solid;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.ghostbutton:hover {
    text-decoration: none;
}


.module_settings table{width:auto;}