
.article ol li ol li{
    list-style-type: upper-roman;
}

.indent{ color: beige !important;}
.article-votes {
  background: #13294b;
  padding: 2em;
  text-align: center;
  margin: 4em 0 0 0;
  border-radius: 24px;
  color: #ffffff;
}


.article-votes-controls{ 
    margin: 2em 0;
}
.article-vote {
  background: transparent;
  border: 2px solid;
  border-radius: 24px;    
  margin: 10px 5px;
  min-width: 90px;
  width: auto;
  padding: 5px 10px;
}

.article-vote::before {
  font-size: 8px;
  margin-right: 10px;
}
.article-vote-up[aria-selected="true"]{
    border: 2px solid white;   
    opacity:1; 
    
}
.article-vote-down[aria-selected="true"]{
    border: 2px solid white;
    opacity:1; 
}

.article-vote-up[aria-selected="false"]{
    opacity:0.6; 
    
}
.article-vote-down[aria-selected="false"]{
    opacity:0.6;   
}

[dir="rtl"] .article-vote::before {
  margin-right: 0;
  margin-left: 10px;
}

.article-vote::after {
  content: attr(title);
  /* Yes/No label*/
}

.article-vote:hover {
  text-decoration: none;
}

.article-vote-up, .article-vote-down{ 
    text-decoration: none;
    color: #ffffff !important;
}

.article-vote-up{
    background: #009739;
    
}
.article-vote-down{
    background: #f93822;
    
}

.article-vote-up::before {
  content: "\f00c"; 
  font-size: 14px;
  font-family: 'Fontawesome webfont',sans-serif;
}

.article-vote-down::before {
  content: "\f00d";
  font-size: 14px;
  font-family: 'Fontawesome webfont',sans-serif;
}

.article-more-questions {
  margin: 10px 0 20px;
  text-align: center;
}

.article-return-to-top {
  border-top: 1px solid #ddd;
}

.article-votes-count{
    margin: 10px auto;
    display: block;
}
.article-list-item{
    text-decoration: none;
}


.noresults{ text-align: center; margin-bottom: 28px; color: #13294b;}
.noresults a:hover{color: #f68d2e; text-decoration: underline;}



.article-wrapper {
	padding: 24px 0;
}

.article-grey {
	background-color: #fbfbfb;
	height: 100%;
}

.login {
	color: #ffffff;
	padding: 0 25px
}

.header-category {
	padding: 24px 0;
	background-color: #eaf6f7
}

.section{ color:#13294b}

.section-articles {
	padding: 16px 0;
}

.section-articles h3 {
	color: #6cace4;
	padding-left: 10px;
}

.sidenav-item {
	font-size: 14px;
	color: #13294b;
	padding: 5px 10px;
	border-radius: 10px
}

.sidenav-item:hover {
	background-color: #6cace4;
	color: #ffffff;
}

.current-article {
	background-color: #13294b;
	color: #ffffff;
}

.article-sidebar ul li {
	margin: 15px 0;
	padding: 0;
}

.article-sidebar ul {
	padding: 0;
	margin: 0;
}

table {
	border-collapse: collapse;
	text-align: left;
	width: 100%;
	margin-top: 25px;
}

table tr {
	display: table-row;
	vertical-align: inherit;
	border-color: inherit;
}

table tr:nth-child(odd) td:first-child {

}

table tr:nth-child(odd) td:last-child {

}

table tr:nth-child(odd) td {
	background-color: #F7F7F7;
}

table tr:first-of-type td {
	font-weight: 400;
	background-color: #eef2f6;
	color: #13294b
}

td {
	border-width: 0 0 0px 0;
	border-color: rgba(0, 0, 0, 0.07);
	border-style: solid;
	padding: 1rem !important;
	font-size: 1rem;
}

.article{
	margin-top: 0 !important;

}
h1.article-title{
    font-size:2em;
    opacity: .6;
}
.article h2{
    font-size:2.4em;
}
.article h3{
    font-size:2em;
}
.article h4{
    font-size:1.8em;
}
.article code {
	
	padding: 1rem;
	font-family:monospace;
	color: #f68d2e;
}

.article-content a{
	color: #f68d2e !important;
}

.article blockquote {
	margin-top: 24px;
	margin-bottom: 24px;
	padding: 16px;
	border-left: 4px solid rgba(197, 229, 233, .5);
	background-color: rgba(197, 229, 233, .15);
	background-image: none;
	color: #13294b;
	line-height: 1.25em;
	text-align: left;
	font-weight: 400;
}

.article img {
	border: 1px solid #DEDEDE;
	box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.14);
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	max-width: 100%;
    height:auto;
    margin: 1em 0;
    
}

.article pre {
	background: #13294b;
	padding: 1rem;
	width: 100%;
	color: #fac696;
	line-height: 140%;
	border-radius: 10px;
    display: flex;

    font-family:monospace;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.7);
    margin-bottom: 12px;
    white-space: pre;
    word-wrap: normal;
    position: relative;
    
}


#notes+ol {
	border-radius: 7px;
	color: #0f5e7b;
	background-color: #d4eef8;
	padding: 25px;
}

#notes+ol li {
	margin-left: 15px;
	margin-bottom: 5px;
}

#notes {
	color: #0f5e7b;
}

#notes+ol li a {
	color: #0f5e7b
}

.search-bar {
	position: relative;
	font-size: 16px;
}

.search-nav {
	left: 0%;
	top: 0%;
	right: 0%;
	bottom: auto;
	display: flex;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	justify-content: center;
	align-items: center;
	color: #3f8b95;
	text-align: center;
	margin: 0px 0 36px 0;
}

.search-nav-item {
	height: 88px;
	width: 88px;
	margin: 0 8px;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
    opacity:0.8;
}
.search-nav-item:hover {
    opacity:1;
}

 

.search-bar input {
	box-sizing: border-box;
	color: #13294b;
	height: 60px;
	padding-left: 40px;
	padding-right: 24px;
	-webkit-appearance: none;
	min-width: 440px;
    max-width: 100%;
	border-width: 1px;
	border-style: solid;
	border-color: transparent;
	border-image: initial;
	border-radius: 1em;
	font-size: 18px;
	box-shadow: 8px 8px 16px 0px rgba(0, 0, 0, 0.25);
	transition-property: all;
	transition-duration: 120ms;
	text-align: left;
    background-color: #dde5ed;
}

.search-bar input#query{
    color: #13294b;
    
}


.search-bar input:focus {
	color: #13294b;
}

.search-bar input {}

.search-bar input:focus {
	box-shadow: 8px 8px 16px 0px rgba(0, 0, 0, 0.5);
}

.search-bar input {
	text-indent: 14px;
}

.search-bar img {
	position: absolute;
	top: 16px;
	left: 16px;
	height: 28px;
}

.pagination {
	margin-left: auto;
	margin-right: auto;
	display: flex;
	flex-wrap: wrap;
	padding: 8px;
	text-align: center;
	width: 100%;
}

.pagination .pagination_container {
	margin: 0px auto;
}

.pagination ul {
	margin: 0 auto
}

.pagination * {
	display: inline-block;
}

.pagination li {
	border-radius: 6px;
	min-width: 24px;
	height: 24px;
	line-height: 24px;
    padding-left: 0;
}

.pagination li:hover {
	background-color: #eaf6f7;
}

.pagination li a, .pagination li span {
	color: inherit;
	color: #13294b;
	text-decoration: none;
	min-width: 26px;
}

.pagination li a:hover, .pagination li span:hover {
	text-decoration: none;
	border-radius: 7px;
}

.pagination li.pagination-current {
	background-color: #f68d2e;
	color: #ffffff;
}

.pagination li.pagination-current a, .pagination li.pagination-current span {
	color: #ffffff;
}

.pagination li.pagination-current a:hover, .pagination li.pagination-current span:hover {
	background-color: #6cace4;
}

.pagination li.pagination-next a, .pagination li.pagination-last a, .pagination li.pagination-first a, .pagination li.pagination-prev a {
	margin-top: -2px;
}

.results-meta-data {}

.results-meta-data a {
	font-size: 12px;
	color: #cccccc;
	text-decoration: none;
	text-transform: uppercase;
}

.results-meta-data p:nth-child(1) {
	display: block
}

.results-meta-data p:nth-child(2) {
	display: none
}

.results-meta-data p:nth-child(3) {
	display: none
}

/* SEARCH RESULTS */
.search-results {
	
}

.search-results ul {
	list-style: none;
	list-style-type: none;
	padding: 0;
	margin: 0;
}


input, textarea, select, a {
	outline: none;
}

.search-bar .search input[type="search"] {
	animation: pulse1 1.5s infinite !important;
	animation-duration: 3s !important;
}

@-webkit-keyframes pulse1 {
	0% {
		-webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
	}
	70% {
		-webkit-box-shadow: 0 0 0 50px rgba(255, 255, 255, 0);
	}
	100% {
		-webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
	}
}

@keyframes pulse1 {
	0% {
		-moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
		box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
	}
	70% {
		-moz-box-shadow: 0 0 0 50px rgba(255, 255, 255, 0);
		box-shadow: 0 0 0 50px rgba(255, 255, 255, 0);
	}
	100% {
		-moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
		box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
	}
}


.tag {
	color: #ffffff;
}

.tag:hover {
	text-decoration: underline !important;
}


.article_outer {
	padding-top: 24px;
	padding-bottom: 24px;
	color: #22545a;
	position: relative;
}

.article_inner {
		display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.article_list, .recent-activity-list {
    margin: 24px 0;}
    
    
    .see-all-articles{
        text-decoration: none;

}
    .see-all-articles:hover{
        text-decoration: underline;
}
.see-all-articles:before{
	content: "\f15c \00a0";
    font-family: 'Fontawesome webfont',sans-serif;
    font-weight: 400;
        
}

    
.recent-activity-list{
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.recent-activity-item {
    margin: 0;
    padding: 0;
    line-height:1.6; 
}

.recent-activity-item-parent, .recent-activity-item-time, .recent-activity-item-meta, .recent-activity-controls {
	display: none !important;
	visibility: hidden
}

.article_outer h2 {
	font-size: 25px;
}


.footer-inner {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	min-height: 150px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.footer-links {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	padding-top: 15px;
	padding-bottom: 15px;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.footer-link-item {
	margin-right: 10px;
	margin-left: 10px;
	color: #6cace4;
	text-decoration: none;
	font-weight: 300px;
    font-size: .9em;
    font-weight: 200;
}

.footer-link-item:hover{
    color:#ffffff;
    text-decoration: underline;

}


.footer-outer {
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #22545a;
	background-image: url('$assets-hero-back-png'), radial-gradient(circle farthest-corner at 61% 47%, #3f8b95, #22545a 35%, #0f2629);
	background-position: 0% 50%, 0px 0px;
	background-position: 0% 50%, 0px 0px;
	background-size: cover, auto;
	background-repeat: no-repeat, repeat;
	background-attachment: scroll, scroll;
}

.article-content {
	padding: 0 ;
}

.user-avatar {
	height: 40px;
	width;
	40px;
	border-radius: 40px
}

.user-info {
	margin-right: 15px;
}

html.w-mod-js *[data-ix="divider"] {
	opacity: 0;
	-webkit-transform: translate(960px, 0px);
	-ms-transform: translate(960px, 0px);
	transform: translate(960px, 0px);
}

html.w-mod-js *[data-ix="divider-2"] {
	opacity: 0;
	-webkit-transform: translate(960px, 0px);
	-ms-transform: translate(960px, 0px);
	transform: translate(960px, 0px);
}

html.w-mod-js *[data-ix="divider-3"] {
	opacity: 0;
	-webkit-transform: translate(960px, 0px);
	-ms-transform: translate(960px, 0px);
	transform: translate(960px, 0px);
}


.expandable_multilevel{ padding:0 12px 0 0;  }
.expandable_multilevel ul{ margin: 0; padding: 0;}
.expandable_multilevel i {
	color: #13294b;
}

.expandable_multilevel .sections i {
	display: none;
	color: #13294b;
}

.expandable_multilevel .fa-chevron-down:before, .expandable_multilevel .sections>li>a:after {
	content: "\f067";
   font-family: 'Fontawesome webfont',sans-serif;
    font-weight: 600;
    
}

.expandable_multilevel .fa-chevron-up:before, .expandable_multilevel .sections>li.open>a:after {
	content: "\f068";
   font-family: 'Fontawesome webfont',sans-serif;
    font-weight: 600;
    color: rgba(39,98,106,0.5);
}

.expandable_multilevel .sections>li>a:after {
	position: absolute;
	top: 10px;
	right: 15px;
	color: #13294b;
}

.expandable_multilevel ul.articles li>a:before {
	content: "\f15c";
    font-family: 'Fontawesome webfont',sans-serif;
    font-weight: 600;
	margin-right: 5px;
	position: absolute;
	left: 1em;
}

.expandable_multilevel .sections>li>a {
	position: relative;
	font-weight:300;
    color: #13294b;
}

.expandable_multilevel .categories>li {
    
    background:#dde5ed; 
    border: 1px solid #dde5ed;
    border-radius: 0.6em;
    margin:0 0 1em 0;
    padding: 0;

}

.expandable_multilevel ul, .expandable_multilevel ol{ 
    list-style-type: none;
    font-size:1em;
}
.expandable_multilevel .categories>li i {
    font-style: normal; 
}



/*   CATEGORIES  */

ul.categories>li>a {
	color: #13294b;
	display: block;
	padding: 1em;
	width: 100%;
	position: relative;
    font-weight: 400;

}

ul.categories>li>a, ul.sections>li>a, ul.articles>li>a {
	text-decoration: none;
}

ul.categories>li:hover, ul.categories>li>a:hover {
	cursor: pointer;
    overflow: hidden;
}

.h3-category a{
    color: #13294b;
    text-decoration: none;
    
}
/*   SECTIONS  */


ul.sections>li{
    background-color: rgba(255,255,255,0.65);
    margin-bottom: 0;
    padding-left: 0;
}

ul.sections>li>a {
	position: relative;
	display: block;
	padding: 12px 16px;
	width: 100%;
}

ul.sections>li:first-child>a:first-child {
	border-top: none;
}

ul.sections>li>a.active {
	color: #13294b;
}



/*   ARTICLES  */

ul.articles>li{ 
    background-color: rgba(255,255,255,1);
    margin-bottom: 1px;
    padding-left: .2em;
}
ul.articles>li>a.active, ul.articles>li>a:hover {
	text-decoration: underline;
}

ul.articles>li.text-right {
	text-align: right;
    background: #13294b;
    color: #fff;
    
}

ul.articles>li.text-right>a.next {
	color: #fff;

}

ul.articles>li>a {

	display: block;
	padding: 1em 1em 1em 2.4em;
	width: 100%;
	position: relative;
    font-size: 14px;
    font-weight: 300;

}

ul.articles>li:first-child>a {
	padding-top: 18px;
}

ul.articles>li:last-child>a {
	padding-bottom: 18px;
}

.fa.pull-right {
	position: absolute;
	top: 28%;
	right: 15px;
}

.collapse {
	display: none;
}

.in {
	display: block;
}

ul.articles>li.open {
    background:#f68d2e;
    
}
ul.articles>li.open a{ color:#ffffff; text-decoration: none;}


.dropdown-toggle::after
{color: white;}

.dropdown-toggle{
    background: transparent;
}
.dropdown-toggle:hover{
    color:#f68d2e
}

.dropdown-menu a{ 
    color: #13294b !important;
    text-decoration: none !important;
}

.dropdown-menu a:hover{ 
    color: #f68d2e !important;
    background: transparent !important;

}

.category-image{ 
    width: 120px;
    margin-right: 1em;
}


.user-avatar { width: 32px; height: 32px; margin-right: 0.4em;}




/*FORM*/

.zd-form input, .zd-form textarea{
    height: 2.6em;
    max-height: 2.6em;
    min-width: 100%;  
    max-width: 600px; 
    margin-top: .6em;
    margin-bottom: .6em;
    padding: .8em;
    border: 1px solid transparent;
    background-color: #dde5ed;
    color: #13294b;
    font-size: 1.1em;
}

.zd-form textarea{
    min-height: 10em;
    max-height: auto;
    resize: none;
    overflow: auto;
}
.zd-form label {
    display: block;
    margin-bottom: .4em;
    font-size: 1em;
    font-weight: 500;     
}

.zd-form p{
    font-size: 0.9em;
    opacity: 0.7;
}
/* SELECT DROPDOWN */

.form-field{
    margin-bottom: 1.4em;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.zd-form select{
    -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%2313294b;%7D%3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='M2,7.51A1,1,0,0,1,3.72,6.8L12,15.08,20.28,6.8a1,1,0,0,1,1.42,0,1,1,0,0,1,0,1.41l-9,9a1,1,0,0,1-1.42,0l-9-9A1,1,0,0,1,2,7.51Z'/%3E%3C/svg%3E");
    background-repeat: no-repeat, repeat;
    background-position: right .7em top 50%, 0 0;
    background-size: .85em auto, 100%;
    min-height: 2.6em;
    min-width: 100%;  
    max-width: 600px;
    margin-top: .6em;
    margin-bottom: .6em;
    padding: .8em;
    border: 1px solid transparent;
    background-color: #dde5ed;
    color: #13294b;
    font-size: 1.1em;
}

.zd-form select:hover{
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%236cace4;%7D%3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='M2,7.51A1,1,0,0,1,3.72,6.8L12,15.08,20.28,6.8a1,1,0,0,1,1.42,0,1,1,0,0,1,0,1.41l-9,9a1,1,0,0,1-1.42,0l-9-9A1,1,0,0,1,2,7.51Z'/%3E%3C/svg%3E");
}

/* For IE (thanks to @SaiManoj) */
.zd-form select::-ms-expand {
  display: none;
}


a.nesty-input{
    -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%2313294b;%7D%3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='M2,7.51A1,1,0,0,1,3.72,6.8L12,15.08,20.28,6.8a1,1,0,0,1,1.42,0,1,1,0,0,1,0,1.41l-9,9a1,1,0,0,1-1.42,0l-9-9A1,1,0,0,1,2,7.51Z'/%3E%3C/svg%3E");
    background-repeat: no-repeat, repeat;
    background-position: right .7em top 50%, 0 0;
    background-size: .85em auto, 100%;
    height: 2.6em;
    max-height: 2.6em;
    min-width: 100%;  
    max-width: 600px;
    margin-top: .6em;
    margin-bottom: .6em;
    padding: .4em .8em;
    border: 1px solid transparent;
    background-color: #dde5ed;
    color: #13294b;
    font-size: 1.1em;
    text-decoration: none;
    
}

.nesty-input::after{
    content: '' !important;
}

.upload-dropzone{ 

    border:2px #13294b dotted !important; 
    color: #13294b !important;

}
.upload-dropzone span{
    
    color: #13294b !important;
} 
.zd-form input[type=submit]{
    height: 2.6em;
    max-height: 2.6em;
    min-width: 8em;
    max-width: 8em;
    margin-top: .6em;
    margin-bottom: .6em;
    padding: .8em 1.8em;
    border: 1px solid transparent;
    border-radius: .4em;
    background-color: #f68d2e;
    color: #fff;
    font-size: 1.1em;
    line-height: 1em;
    cursor: pointer;
}
.zd-form form footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    text-align: right;
}

@media screen and (max-width: 991px){
    
    a.nesty-input, .zd-form input, .zd-form select, .zd-form textarea, .search-bar input  {
        max-width:100%;
        min-width:320px;
    
        
    }
    
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #13294b;
    opacity: 0.6; 
}
::-moz-placeholder { /* Firefox 19+ */
  color: #13294b;
    opacity: 0.6; 
}
:-ms-input-placeholder { /* IE 10+ */
  color: #13294b;
    opacity: 0.6; 
}
:-moz-placeholder { /* Firefox 18- */
  color: #13294b;
opacity: 0.6;    
}

/*PROFILE PAGE*/
.rounded{
    border-radius: 50%;
}

.help--cat_title h2 a{
    color: #ffffff;
    text-decoration: none;
}

/* SEARCH RESULTS*/
.search-results ul{
    list-style: none;
    padding: 0;
    margin: 0;
    
}
.search-results ul a{
    
font-size: 1.2em;
}



.ticket-details
{
    padding: 2em;
    background:#eef2f6;
    border-radius: 2em;
    margin-top: 1em;
}


.my-activities-table{
border: 1px solid #13294B;
  font-size: 12pt;
  border-collapse: collapse;
color:#13294B;
    
}

.my-activities-table th, .my-activities-table td{
padding: .75em;
  border: 1px solid #13294B;
  line-height:120%;
    
}

.my-activities-table th{
background-color:#13294B; color:white;   
    
}

.request-details{border: 1px solid #13294B;
    
}
dt, dd {
    box-sizing: border-box;
    padding: .75em;
    

}
dd ~ dt,
dd ~ dd {
    border-top: 1px solid #bdc8ca;
}
dt {
    float: left;
    width: 35%;
    padding-bottom: 0;
}
dd {
    margin-left: 35%;
    border-left: 1px dotted #bdc8ca;
    background-color: #fff;
}

dl ul li{
    font-size:inherit;
}