@import url("https://fonts.googleapis.com/css?family=Raleway:400,700");

.add {
    background-color: #0e80dd;
}
.add:hover {
    background-color: #69b9fa;
}

.remove {
    background-color: #cf0d0d;
}
.remove:hover {
    background-color: #f35757;
}

.goto {
    background-color: #218bd3;
    cursor: pointer;
    margin: 2px 0 !important;
}

.gotoMap {
    background-color: #16a429;
    cursor: pointer;
    margin: 2px 0 !important;
    width: fit-content;
    display: inline !important;
}
.gotoMap:hover {
    background-color: #108e21;
}
.goto:hover {
    background-color: #1675b4;
}

.btn {
    border: none;
    color: white;
    font-weight: bold;
    box-sizing: border-box;
    padding: 4px 6px;
    font-size: 14px;
    border-radius: 5px;
    font-family: Raleway, sans-serif;
    text-align: center;
    display: flex;
    width: fit-content;
}

.rect {
    border-radius: 2px;
    padding: 0.5em 0.6em;
}

@media (max-width: 460px) {
    .add {
        font-size: 11px;
    }
}
