.iyandex-map {}

form .field .iyandex-map label {
    display: inline-block;
}

.iyandex-map-controll {
    /*border: 1px solid #ccc;*/
    display: inline-block;
    margin-bottom: 10px;
    padding: 3px;
}

.iyandex-coords {
    display: inline-block;
}

.iyandex-map-button,
.iyandex-clear-button {
    display: inline-block;
    border: 1px solid #ccc;
    padding: 5px 15px;
    cursor: pointer;
    background-color: #0a5;
    color: #fff;
    border-radius: 3px;
}

.iyandex-map-button:hover {
    background-color: #2ecc71;
    color: #fff;
}

.iyandex-clear-button {
    background-color: #888;
    color: #fff;
}

.iyandex-clear-button:hover {
    background-color: #aaa;
    color: #fff;
}

.iyandex-map-coords {
    width: 200px;
    margin-left: 25px;
}

.iyandex-map-hint {}

.route-lenght {}

.ym_baloon {}
.ym_fields {}
.ym_title {}
.ym_title a {
	font-weight: bold;
}
.ym_photo {
	float: left;
	margin: 5px 5px 5px 0;
}
.ym_content {}

/* виджет */
.iyandex-map-view-button {}

.iyandex-map-view-wrapper {}

/* поле в списке в виде таблицы */
.table .ym_fields {
    width: 200px;
    height: 200px !important;
}

