﻿.button-edit {
    float: right;
    width: 115px;
    text-align: center;
    color: white;
    background-color: #177523;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    font-size: 13.5px;
    height: auto;
    line-height: 34px;
    -webkit-transition: 300ms;
    transition: 300ms;
    margin-top: 30px;
    margin-right: 30px;
    cursor: pointer;
}

.map-title > .content-fragment-content > p {
    margin-top: 0px !important;
    margin-bottom: 10px !important;
}

.map-title > .content-fragment-content > .content-fragment-footer {
}

.update-map-button {
    float: right;
    width: 115px;
    text-align: center;
    color: white;
    background-color: #5faee3;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    font-size: 13.5px;
    height: auto;
    line-height: 34px;
    -webkit-transition: 300ms;
    transition: 300ms;
    margin-top: 30px;
    cursor: pointer;
}

.button-done {
    float: right;
    width: 115px;
    text-align: center;
    color: white;
    background-color: gray; /* #437512;*/
    -webkit-border-radius: 3px;
    border-radius: 3px;
    font-size: 13.5px;
    height: auto;
    line-height: 34px;
    -webkit-transition: 300ms;
    transition: 300ms;
    margin-top: 30px;
    margin-right: 30px;
    cursor: pointer;
}


.add-layers-button-img {
    vertical-align: text-bottom;
}

.add-layers-button {
    float: right;
    cursor: pointer;
    width: 115px;
    text-align: center;
    color: white;
    background-color: #f39c12;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    font-size: 13.5px;
    height: auto;
    line-height: 34px;
    -webkit-transition: 300ms;
    transition: 300ms;
    margin-top: 30px;
    margin-right: 30px;
}
