/*
 * Style Sheet for published Knowledge Base articles managed by Service Desk
 */

h1, h2, h3, h4, h5, h6 {
	color: #484848;
 
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    margin-bottom: 10px;
}
h1 {
	font-size: 26px;
}
h2 {
	font-size: 22px;
}
h3 {
	font-size: 18px;
}
p, td, li {
	color: #484848;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    line-height: 1.4;
	font-size: 15px;
}
hr {
    border-color: #646464;
    background-color: #646464;
    color: #646464;
 }
img {
	margin: 8px;
}

table, thead, tbody, td {
    border: 1px solid #505050;
    padding: 10px;
}
td {
    min-width: 40px;
    vertical-align: top;
    text-align: left;
}
thead {
	background-color: #E0E0E0;
}
thead > tr > td {
	font-weight: bold;
	text-align: center;
}
div.contact {
    margin: 20px 15px 0px;
    padding: 10px 20px;
    background: #d2e8f6;
    border-radius: 8px;
    text-align: center;
}

div.note {
    margin: 20px 15px 0px;
    padding: 10px 20px;
    background: #fcf9d9;
    border-radius: 8px;
}
