<html><body><p>.alert-info {
    border-color: #bfa862;
    color: #503608;
    background-color: #E4DABC;
	padding-left: 10px!important;
	padding-right: 10px!important;
	margin-right: 1px;
	margin-left: 1px;
}

.alert-info h1, .alert-info h2, .alert-info h3, .alert-info h4 {
        color: #503608;
    }
	
	.active.btn-primary {
    color: rgba(255, 255, 255, 0.75);
}

.btn-primary {
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    color: rgb(255, 255, 255);
    text-shadow: 0px -1px 0px rgba(0,0,0,0.25);
    background-image: linear-gradient(#8e620f, #503608);
    background-repeat: repeat-x;
    background-color: #503608;
}

    .btn-primary:hover {
        color: rgb(255, 255, 255);
        background-color: #503608;
    }

    .btn-primary:focus {
        color: rgb(255, 255, 255);
        background-color: #503608;
    }

    .btn-primary:active {
        color: rgb(255, 255, 255);
        background-color: #503608;
    }

.active.btn-primary {
    color: rgb(255, 255, 255);
    background-color: #503608;
}

.disabled.btn-primary {
    color: rgb(255, 255, 255);
    background-color: #503608;
}

[disabled].btn-primary {
    color: rgb(255, 255, 255);
    background-color: #503608;
}

	
#wrapper [class*=nostyle]&gt;* {
padding: 0px!important;
}
	
.module-typeA ul{
	
		margin-left: 20px!important;
	}</p></body></html>