.bulletins {
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
}

.bulletins .single .date {
    position: absolute;
    top: 5px;
    right: 5px;
    left: 5px;
    text-align: left;
    font-size: .8em;
}

.bulletins .single .user {
    position: absolute;
    bottom: 5px;
    right: 5px;
    left: 5px;
    text-align: right;
    font-size: .8em;
}
.bulletins .single .remove {
    position: absolute;
    top: 5px;
    right: 5px;
    display: block;
    width: 15px;
    height: 15px;
    z-index: 10;
}

.bulletins .single  {
    position: relative;
}


.postit {
    margin: 20px;
    max-width: 270px;
    min-height: 150px;
    max-height: 500px;
    overflow: auto;
    padding: 25px 15px;


    border: 1px solid #cccccc;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.3);


    background-color: #fefabc;
    background-image: linear-gradient(150deg, #efec88 0%, #fefabc 100%);
    background: #fefabc linear-gradient(150deg, #efec88 0%, #fefabc 100%);

}

.postit h3, .postit p {
    font-family: 'DPDorkDiary', 'Comic Sans', cursive;
    font-size: 1.4em;
    text-align: center;
    margin: 0.3em 0 0;
    line-height: 1.25em;
    font-weight: bold;
}

.postit p {
    font-size: 1em;
    margin: 0.5em 0;
    font-weight: normal;
}
