span.underline {
	border-bottom: 3px solid #ca3439;
	
}

/**** BODY ****/

body,html {
    font-family:'HelveticaNeueLT-Roman', Arial, sans-serif;
}


h1 {
    color: #3c3c3c;
    font-size: 2.3em;
    font-family: 'HelveticaNeueLT-Medium', Arial, sans-serif;
	font-weight: normal;
	font-style: normal;;
    line-height: 1.3;
    margin-bottom: 0.5em;
}

h2 {
    color: #3c3c3c;
    font-size: 1.75em;
    font-family: 'HelveticaNeueLT-Medium', Arial, sans-serif;
	font-weight: normal;
	font-style: normal;;
    line-height: 1.3;
    margin-bottom: 0.5em;
}

h3 {
    color: #3c3c3c;
    font-size: 1.5em;
    font-family: 'HelveticaNeueLT-Medium', Arial, sans-serif;
	font-weight: normal;
	font-style: normal;;
    line-height: 1.3;
    margin-bottom: 0.5em;
}

h4 {
    color: #3c3c3c;
    font-size: 1.375em;
    font-family: 'HelveticaNeueLT-Medium', Arial, sans-serif;
	font-weight: normal;
	font-style: normal;;
    line-height: 1.3;
    margin-bottom: 0.5em;

}

h5 {
    color: #3c3c3c;
    text-transform: uppercase;
    font-size: 1.125em;
    font-family: 'HelveticaNeueLT-Medium', Arial, sans-serif;
	font-weight: normal;
	font-style: normal;;
    line-height: 1.3;
    margin-bottom: 0.5em;
}

h6 {
    color: #3c3c3c;
    text-transform: uppercase;
    font-size: 1em;
    font-family: 'HelveticaNeueLT-Medium', Arial, sans-serif;
	font-weight: normal;
	font-style: normal;;
    line-height: 1.3;
    margin-bottom: 0.5em;
}

p {
	line-height: 1.5em;
	margin-top: 0;
}

/* ==========================================================================
   Tables
   ========================================================================== */

.data_table {
    width:100%;
    max-width:800px;
}
.data_table thead tr {
    border-top:2px solid #a2a2a2;
}
.pinned thead tr {
    border-top:2px solid #a2a2a2;
}

.pinned thead tr {
	height: auto !important;
}

.data_table tr{
    border-bottom:1px solid #b4b4b4;
}
.pinned tr {
    border-bottom:1px solid #b4b4b4;
}
.data_table th{
    color:#3c3c3c;
    border-top:1.5px solid #b4b4b4;
    border-bottom:1px solid #b4b4b4;
}
.pinned th {
    color:#3c3c3c;
    padding:10px;
    border-top:1.5px solid #b4b4b4;
    border-bottom:1px solid #b4b4b4;
}
.data_table td, .data_table th
 {
    padding:10px;
}
.pinned td {
    padding:10px;
}
.data_table tbody tr:nth-of-type(2n)
{
    background-color:#f9f9f9;
}
.pinned tbody tr:nth-of-type(2n) {
    background-color:#f9f9f9;
}

/* DESK-5867 */

.short-description {}

/* DESK-5867 - END */