/*
.uanCss{
    color:red;
    text-decoration: underline ;
    //font-family: Helvetica, Arial, sans-serif;
    //font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    font-family: "Courier New", Courier, monospace;
    font-weight: bold;
    font-size: 16px;
    text-align: center;
}
p.small {
    text-align: center;
    color: red;
    font-family: Helvetica, Arial, sans-serif;
    line-height: 30%;
}*/

.uan-face {
    background-color: transparent;
    color: #FFF;
    font-size: 1.1vw;
    font-style: normal;
    font-weight: bold;
    letter-spacing: 0;
}


p.small {
    color: #FFF;
    line-height: 30%;
    text-align: center;
	font-weight:bold;
	font-size:11px;
}

.uanCss {
    color: #FFF;
    font-family: "Courier New",Courier,monospace;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}

.div-uan{
/*	background: rgba(252,234,187,1);
	background: -moz-linear-gradient(left, rgba(252,234,187,1) 0%, rgba(252,205,77,1) 0%, rgba(251,223,147,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(252,234,187,1)), color-stop(0%, rgba(252,205,77,1)), color-stop(100%, rgba(251,223,147,1)));
	background: -webkit-linear-gradient(left, rgba(252,234,187,1) 0%, rgba(252,205,77,1) 0%, rgba(251,223,147,1) 100%);
	background: -o-linear-gradient(left, rgba(252,234,187,1) 0%, rgba(252,205,77,1) 0%, rgba(251,223,147,1) 100%);
	background: -ms-linear-gradient(left, rgba(252,234,187,1) 0%, rgba(252,205,77,1) 0%, rgba(251,223,147,1) 100%);
	background: linear-gradient(to right, rgba(252,234,187,1) 0%, rgba(252,205,77,1) 0%, rgba(251,223,147,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fceabb', endColorstr='#fbdf93', GradientType=1 );*/
	
        min-width: 220px;
        border-radius: 5px;
        background-color: #F1AC65;
        margin-left: 15px;
        
}