﻿/* overrides bootstrap base font */
body, h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/* overrides brand logo font */
.navbar-brand {
    font-family: "Prompt", sans-serif;
    font-weight: 700;
    font-size: 24px;
}

dt {
    line-height: 30px;
}

dd {
    line-height: 30px;
    border-bottom: 1px dotted #eee;
}

#test{
	color: green;
}