.stickyNote div {
    background: #ffc !important;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align:center;
    min-height:150px;
}

/* .newSticky::before {
    content: 'New!';
    position: absolute;
    top: 18px;
    left: 25px;
    color:#8b0000;
    font-weight:bold;
} */

.stickyNote::after {
    content: '';
    width: 8px;
    height: 8px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: #8b0000;
    position: absolute;
    top: 20px;
    box-shadow: 0px 1px 3px black;
    border: 3px solid #CC0000;
    left: calc(50% - 4px);
}

.stickyNote h1,
.stickyNote h2,
.stickyNote h3,
.stickyNote h4,
.stickyNote h5,
.stickyNote h6,
.stickyNote p {
    margin:0px;
}

.equalHeights .stickyNote .colIDS {
    padding:40px !important;
}

.blue div {
    background-color:#98cce7 !important;
}

.blue div a {
    color:#265169 !important;
}

.orange div {
    background-color:#f9943e !important;
    
}

.orange div a {
    color:#472B12 !important;
}

.green div {
    background-color:#09cd66 !important;
    
}

.green div a {
    color:#034D25 !important;
}

.purple div {
    background-color:#270067 !important;
}
.purple div a {
    color:white !important;
}

.tiltLeft div {
    -webkit-transform: rotate(2deg);
    -o-transform: rotate(2deg);
    -moz-transform: rotate(2deg);
}

.tiltRight div {
    -webkit-transform: rotate(-2deg);
    -o-transform: rotate(-2deg);
    -moz-transform: rotate(-2deg);
}

.stickyNote .new {
    position: absolute !important;
    background: transparent !important;
}
.stickyNote .new p {
    position: absolute;
    left: 10px;
    top:20px;
    color: #8b0000 !important;
    text-decoration: underline;
    z-index: 99999999;
    font-weight: bold;
    margin: 0px;
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
}

/* .stickyNote .new::before {
   
    content: "";
    position: absolute;
    top: 0%;
    left: 0%;
    width: 0px;
    height: 0px;
    border-bottom: 70px solid #ffc;
    border-left: 70px solid #ededed;
    -webkit-box-shadow: 7px 7px 7px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 7px 7px 7px rgba(0, 0, 0, 0.3);
    box-shadow: 7px 7px 7px rgba(0, 0, 0, 0.3);
}
 */
