.system-warning {
	padding: 10px;
	background-color: #ffdddd;
	color: #990000;
	margin-bottom: 20px;
}
input[type=password] {
	width: 100%;
	height: 50px;
	padding: 10px 20px;
	border-radius: 6px;
	background-color: #f0f0f0;
	outline: none;
}
.risk_having {
	padding: 27px 40px 30px;
	color: #694912;
	font-size: 3.2rem;
	background-color: #f5f5dc;
}
div#result_list div.graph-unit img {
	width:300px;
	height:100px;
}
@media (min-width:641px){
	div#result_list div.graph-unit img {
		width:399px;
		height:100px;
	}
}
._mt80 {
	margin-top: 80px;
}
.alert-unit .modal-unit .bottom-unit .btn-block input+input {
    margin-left: 20px
}
.explain_content h3 {
	margin-top: 30px;
}
.system_link {
	color: #2988cc;
	text-decoration: underline;
}
.system_link:hover {
	text-decoration: none;
}
.system_link:visited {
	color: #2988cc;
}
.system_left {
	text-align:left;
}
