/*      
             oval-link.css
                                             */


.centerAlign {
    text-align: center;
}

.centrcNN {
    margin-left: auto;
    margin-right: auto;
    border-radius: 12px;
    box-shadow: 0px 0px 10px #888888;
    text-align: center;
    background-color: #bdedff;
    border: 1px solid #7b6f58;
    font-size: 9px;
    line-height: 15px;
    color: #000;
    width: 36%;
    padding: 3px;
    max-width: 370px;
}
