/**
####################################
## CMS DEFAULT FILE - DO NOT EDIT
## 
# Success: #53a451; 
# Pail GREEN: #dff0d8;
# Danger: #cb444a
# warning: #f8db85
# failure: #f9d56d 
# important #307df6 
# info: #58abbd
# lite grey: #f8f9fa 
# grey: #6e757c
# dark grey: #353a3f
####################################
**/

div#showResults{
margin:0 auto;
text-align:left;
line-height:175%;
font-size:120%;
}

div#showResults ul.list-inline{
margin:25px auto;
}

div#showResults ul.list-inline li{
margin:15px;
}

.info {
padding:3px 0 3px 0;
color:#7a2b8;
color:#333;
font-weight:bold;
}

.warning {
padding:3px 0 3px 0;
color:#a94442;
color:#333;
font-weight:bold;
}

.failure {
padding:3px 0 3px 0;
color:#a94442;
font-weight:bold;
}

.success {
padding:3px 0 3px 0;
color:#3c763d;
font-weight:bold;
}

.warningDiv {
clear:both;
padding:9px 9px 20px 60px;
color:#333;
border:3px solid #dcac1c;
background:#fad977;
background:#f6d78a;
font-weight:normal;
margin:10px 0 10px;
}

.infoDiv {
clear:both;
padding:9px 9px 20px 60px;
color:#333;
border:3px solid #17a2b8;
background-color: #cdeff4 !important;
font-weight:normal;
margin:10px 0 10px;
}

.failureDiv {
clear:both;
padding:9px 9px 20px 60px;
color:#a94442;
border:3px solid #ebccd1;
background:#f2dede url('/inc/icon-failure.png') no-repeat 10px 5px;
font-weight:normal;
margin:10px 0 10px;
}


.successDiv {
clear:both;
padding:9px 9px 20px 60px;
color:#3c763d;
border:3px solid #d6e9c6;
background:#dff0d8 url('/inc/icon-success.png') no-repeat 10px 5px;
font-weight:normal;
margin:10px 0 10px;
}
