@charset "utf-8";
/* CSS Document */


.alert {
    margin-bottom: 0;
    text-align: center;
    padding: 8px;
    color: #fff;
    background:rgba(8, 124, 37, 1);

}
.alert-info {
    color: #31708f;
    background: rgba(8, 124, 37, 1);
    border-color: rgba(8, 124, 37, 1);
}
.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}
.alert-dismissable .close, .alert-dismissible .close {
    right: 12px;
	background: rgba(8, 124, 37, 1);
}
.alert-dismissable .close, .alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit;
	background: rgba(8, 124, 37, 1);
}
button.close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
}
.close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: rgba(8, 124, 37, 1);
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2;
    margin-right: 20px;
}
.alert p {
    font-size: 16px;
	color: rgba(255,255,255,1.00);
}
.alert>p, .alert>ul {
    margin-bottom: 0;
}
.alert a {
    color:#FFFFFF;
    font-size: 16px;
}
.alert {
    margin-bottom: 0;
    text-align: center;
    padding: 8px;
    color: #fff;
   	background: rgba(8, 124, 37, 1);
	border-bottom-color: #000000;
}

	#alert-learn{
	width: 100px;
	height: 25px;
	text-align: center;
	line-height: 4px;
	background: #000000;
	border-color: none;
	border-radius: 5px;
	border-style: none;
	margin-left: 10px;
}

.text-center {
    text-align: center !important;
}
