/*
Theme Name: DW Helpdesk
Theme URI: http://www.designwall.com/wordpress/themes/dw-helpdesk/
Author: DesignWall
Author URI: http://www.designwall.com
Description: Online Customer Support & Helpdesk Solution for WordPress
Version: 1.0.1
License: GNU General Public License
License URI: http://themeforest.net/licenses/standard
Text Domain: dw-helpdesk
Tags: custom-background, custom-colors, custom-header,
*/

.sticky{}
.bypostauthor{}

ul, ol, dl, p, details, address, .vcard, figure, pre, fieldset, table, dt, dd, hr {
	margin-bottom: 15px;
	margin-bottom: 0.9375rem;
	margin-top: 0;
	padding: 0;
}

tt, kbd, pre, code, samp, var {
  background-color: #e9e9e9;
  padding: 5px 7px;
}

table {
	width: 100%;
	margin-bottom: 20px;
	border: 1px solid #e9e9e9;
	border-collapse: collapse;
	border-spacing: 0;
}

table > thead > tr > th,
table > tbody > tr > th,
table > tfoot > tr > th,
table > thead > tr > td,
table > tbody > tr > td,
table > tfoot > tr > td {
	border: 1px solid #e9e9e9;
	line-height: 1.42857;
	padding: 5px;
	vertical-align: middle;
	text-align: center;
}

table > thead > tr > th, table > thead > tr > td {
	border-bottom-width: 2px;
}

table th {
	font-size: 14px;
	letter-spacing: 2px;
	text-transform: uppercase;
}

blockquote {
	background: #f8f9f9;
	border-left: 3px solid #4275f4;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 20px 20px;
}

abbr, acronym, dfn {
	cursor: help;
	font-size: .95em;
	text-transform: uppercase;
	border-bottom: 1px dotted #e9e9e9;
	letter-spacing: 1px;
}

big {
  font-size: 125%;
}

pre {
  overflow: auto;
  white-space: pre-wrap;
  max-width: 100%;
  line-height: 1.7;
  margin: 20px 0;
  padding: 20px;
}


