@font-face {
	font-family: 'Roboto';
	src:  
	url('font/Roboto-Regular.woff2') format('woff2'),
	url('font/Roboto-Regular.woff') format('woff');
	font-weight: normal;
}

@font-face {
  font-family: 'Roboto';
	src: 
	url('font/Roboto-Bold.woff2') format('woff2'),
	url('font/Roboto-Bold.woff') format('woff');
	font-weight: bold;
}

* {
	font-family: "Roboto";
	font-weight: normal;
}
	
b {
	font-family: "Roboto";
	font-weight: bold;
}

.u-body {
	background-image: url("../../img/prism.png");
	background-repeat: repeat-xy;
	color:aliceblue;
}

.u-body h2 {
	border-bottom:2px solid white;
	color:white;
	font-weight:bold;
	font-size:27px;
}

.u-body h3 {
	border-bottom:1px dotted white;
	color:white;
	font-weight:bold;
}

.top-message {
	width:auto; 
	height:auto; 
	color:white; 
	background-color:#4e4e4e; 
	border: 1px solid white; 
	padding: 20px;
}

.encl-info {
	display:inline-block;
	background:lavender;
	padding:8px;
	color:#122806;
	width:auto;
	border-radius:8px;
	border: 2px solid white;
}

.encl-p {
	border: 1px solid white;
    padding: 12px;
    border-radius: 3px;
    background-color: #102f46;
}

.doc-sec h3 {
	border-bottom:2px solid white;
	color:white;
	font-weight:bold;
}

.doc-sec h4 {
	color:#f8f8f8;
	border-bottom:1px dotted #fffdfc;
	font-weight:bold;
}

.doc-sec h5 {
	display:inline-block;
	text-transform:uppercase;
	width:180px;
	background-color:#383838;
	border:1px solid white;
	border-radius:3px;
    padding: 3px 0px;
	font-size:12px;
	font-weight:bold;
	color:mintcream;
	text-align:center;
	border-left: 12px solid blue;
}


.date {
    color: black;
    border-radius: 3px;
    margin-right: 10px;
    float: right;
    padding: 0 10px;
    background: lavender;
    font-weight: 600;
}

.ds-caption {
	background:#414e64;
	color:white;
	font-weight:bold;
	padding:0 6px;
	border-bottom:1px solid white;
}

.doc-step ul {
	display: block;
	list-style: none;
    padding: 10px 20px;
    margin-right: 20px;
}

.doc-step li {
	display:inline-block;
	width:280px;
	height:104px;
	margin: 10px 10px;
	padding: 0;
	background:lavender;
	border-bottom-right-radius:8px;
	border-bottom-left-radius:8px;
	color:black;
	vertical-align:top;
}

.doc-step p {
	padding: 5px 8px;
    margin: 0px;
	font-weight:bold;
	font-size: 14px;
}

.doc-step img {
	padding: 0px;
    margin: 0px;
}

.ds-font {
	font-size:16px;
	margin-right:4px;
}

.encryptTypes li i
{
	padding: 0 1px;
}