﻿.test-class {
    background-color: yellow;
    width: 350px;
    height: 150px;
}


.custom-dropdown-item {
    display: block;
    width: 100%;
    padding: 0.25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    cursor: pointer;
}


.custom-dropdown-item > a {
    /*background-color: red !important;*/ 
    text-decoration: none;
    color: #212529;
}

.custom-dropdown-item > a:hover {
    /*background-color: red !important;*/ 
    text-decoration: none;
    color: #212529;
}

/* Privacy Page styles */
#content h2 {
    line-height: 1.1;
    color: #eaaa00;
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 1.75rem;
}


.simple-test-class {
    background-color: red !important;
    width: 100px;
    height: 100px;
}