
.roundedContainer {
    background-color:#f1f1f1;
    border-radius:10px;
    border:solid 1px #e6e6e6;
    padding:10px;

 }

.scrollableContent {
     overflow: auto;
    max-height: 200px;
   
}

    .scrollableContent a,
    a:visited {
        color: #cf1fba;
        text-decoration: none;
    }

        .scrollableContent a:hover,
        a:active,
        a:focus {
            /*color: #E81437;*/
            text-decoration: none;
        }

