@media screen {
    .drsize {
        width: 100%;
    }
}
@media screen and (max-device-width: 762px) {
    .drsize {
        max-width: 400px;
    }

    .drposition {
        text-align: center;
    }

    .hidden-xs + div {
        /* content: "<div style='height: 10px !important'></div>"; */
         margin-bottom: 24px;
    }
}



div#resources > div.row {
    margin-bottom: 40px;
}

div#resources > div.col-xs-12, div.col-md-6 {
    margin-bottom: 2em;
}

span.new {
    margin-left: 4px;
    margin-right: 4px;
    background-color: yellow;
    color: lightslategray;
    text-transform: uppercase;
    font-weight: 500;
}