/* shop list */


.create_new_btn {
  margin-bottom: 10px;
  margin-top: -10px;
}

.shops_table tbody tr td:last-child {
  width: 20%;
}

/* shop comfirm */

#error_explanation {
  background-color: #ffd3d2;
  border: 2px solid red;
  margin-bottom: 20px;
  padding: 7px 7px 0;

  ul li {
    font-size: 12px;
    list-style: square;
  }
}

#notice {
  color: green;
}

#invalid {
  color: red;
}

@media all and (-ms-high-contrast:none) {
  *::-ms-backdrop, .map-btn{ padding: 8px 30px 6px 30px } /* IE11 */
}

/* shop new and edit */
#map {
  height: 200px;
  width: 100%;
}
