* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

h1 {
    font-size: 20px;
	font-weight: 400;
}
h2 {
    font-size: 18px;
	font-weight: 400;
}
code {
	background-color: #eee;
	padding: 2px 3px 2px 3px;
}

hr {
	height:1px;
	border:none;
	border-top:1px dashed;
}

html, body {
    width: 100%;
    height: 100%;
    margin: 0px;
    line-height: 170%;
    font-size: 15px;
}

video,img {
	max-width: 100%;	/* for mobile*/
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

dd {
    margin-left: 15px;
    line-height: 150%;
}

[dir="rtl"] dd {
    margin-right: 15px;
}

#dv_menu a {
	padding-right: 5px;
	font-size: 16px;
	font-weight: bold;
	color: #000;
	word-break: keep-all;
	white-space: nowrap; 
}
