
/**
 * article formatting
 * @see http://devo.office.suresupport.com:8090/browse/SURESUPPORTFRONTEND-137
 */
.quote {
    background: none repeat scroll 0 0 #F9F9F9;
    border: 1px solid #DFDFDF;
    box-shadow: inset 0 0 1px #f1f5f8;
    color: #222;
    display: block;
    margin: 10px 0;
    padding: 5px 7px;
}

.codetext {
    font-family: "Courier New", Courier, monospace;
}

/* end: article formatting */

/**
 * FAQ Admin showing offline items
 */
.article_offline, .category_offline {
    text-decoration: line-through;
}

/* end: FAQ Admin showing offline items */

.bordered-table {
	border-collapse: collapse !important;
        border: none !important;
	border-bottom: solid 1px #aaa !important;
	border-left: solid 1px #aaa !important;
}

.bordered-table th, .bordered-table td {
        border: none !important;
	border-right: solid 1px #aaa !important;
	border-top: solid 1px #aaa !important;
	padding: 3px 5px !important;
}

.button-spacer {
    margin-right: 2px;
}

.form-input{
 	width: 100%;
}
