a#whook_scan_btn {
    background-color: #23282D;
    border: 1px;
    font-weight: bold;
    padding: 5px 10px;
    color: #fff;
    text-decoration: none;
	display:inline-block;
}
a#whook_scan_btn:hover {
    background-color: #fff;
    color: #23282D;
    border: 1px solid #23282D;
}
.msg-box {
    padding: 6px 10px;
    height: auto;
    font-weight: bold;
    display: block;
    float: left;
}
.msg-box span {
    display: inline-block;
    float: left;
    margin-left: 10px;
}
.msg-box img {
    float: left;
}
.green-area{
	color: #155724;
	background-color: #d4edda;
	border-color: #c3e6cb;
}
.red-area{
   color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}
.yellow-area{
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
}
.whook-security-area b{
margin-right:15px;
}
.whook-security-area .msg-box{
 margin-top:7px;
}
.whook-security-area .msg-box span {
    margin-left: 6px !important;
}
.whook-security-area {
    margin-bottom: 20px;
}