/*
Theme Name:     Wr-nitro-child
Theme URI:      
Description:    Wr-nitro child theme.
Author:         Me
Author URI:     
Template:       wr-nitro
Version:        0.1.0
*/

.alert.error {
    max-width: 900px;
    margin: auto auto 40px auto;
    text-align: center;
	color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
	padding: 12px 20px;
	border-radius: 10px;
}
.alert.error h2 {
	color: #155724 !important;
}

