.representada{
	margin: 20px;
	position: relative;
}

.representada:before{
    content: "a";
    color: transparent;
    display: block;
    width: 30px;
    height: 30px;
	background: #F44336;
    border: 5px solid #b31e13;
    position: absolute;
    top: -5px;
    left: -15px;
    z-index: 1;
    border-radius: 100%;
}

.representada.db-exists:before{
    background: #20eab3;
    border: 5px solid #129672;
}

@media only screen and (max-width: 450px) {

    .representada{
        margin: 0px 20px;
    }

    [page=representadas] h5, [page=marcas] h5{
        margin: 2px 0px;
        font-size: 21px;
        margin-top: 85px;
    }

    [page=representadas] #flex-container, [page=marcas] #flex-container{
        margin-top: 2px;
        display: initial;
    }

}