﻿.bullet {
    background: #6BA2B9;
    color: #fff;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    text-align: center;
    font-weight: bold;
    padding-top: 5px;
    display: inline-block;
    position: relative;
    top: 42px;
    font-size: 18px;
}

.bullet-margin {
    margin-left: 0;
}

.bullet-new-margin {
    margin-left: 50px !important;
}

.bullet-positioning {
    margin-top: -10px;
}

@media only screen and (min-width: 470px) {
    .bullet-margin {
        margin-left: 50px;
    }

    .bullet-positioning {
        margin-top: 42px;
    }
}
