a.btn .fa,
a.btn .glyphicon{
    margin-right: 5px;
}

/*the crud styles*/
.crud-actions a{
    margin: 0 3px;
}

.project-map{
    position: relative;
    width: 943px;
    height: 555px;

    background: url("../images/map.jpg");
}

.map-pin{
    position: absolute;
    width: 10px;
    height: 10px;

    top: 0;
    left: 0;
    border-radius: 5px;

    background-color: red;
    cursor: pointer;
}

select[multiple]{
    height: 100px;
}
label.inner-label{
    margin-right: 20px;
}