div#localisation
{
  display: flex;
  flex-direction:row;

}

div#seismesection
{
  display: flex;
  flex-direction: column !important;
}
div#province
{
  display: flex;
  flex-direction: row !important;
  gap: 15px;
}
div#displayname{
  padding-left: 15px;
}
div#coordinates
{
  display: flex;
  flex-direction: column !important;
  padding-left: 15px;
  justify-content: space-between;
}
div#coordinates section
{
  justify-content: space-between !important;
}

#map {
    height: 400px;
}
/* Change the color of the marker for the specific city */
#map .leaflet-marker-icon.city-marker {
    /* Use !important to override Leaflet's default styles */
    background-color: red !important;
}

.cnbyear {
  transform: rotate(270deg);
  border-right: 1px lightgray solid;
  width: 15px;
}

tr:has(> td.climunits)
{
  border-top: 1px lightgray solid;
}
.citypos
{
  text-align: right;
}

th.city {
  height: 45px;
}
td.climunits {
  font-style:italic;
  font-size: smaller;
  border-right: 2px black solid;
}
table#dataclimt {
  margin-left: auto;
  margin-right: auto;
  border-spacing: 0;
  border-collapse: collapse;
  text-align:center;
}

#dataclimt td, #dataclim th {
  /*border: 1px solid red;*/
  margin: 0px;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 3px;
  padding-bottom: 3px;
}

table.dataaleat
{
  width: 500px;
  text-align: center;
  margin:auto;
}
table.dataaleat tr:first-child td
{
  font-weight: bold;
  border-top: 1px solid black;
  border-bottom: 1px solid black;
}
table.dataaleat tr:last-child td
{
    border-bottom: 1px solid black;
}
input#ville-i
{
  min-width: 300px !important;
  text-align: left !important;
  padding-left: 10px !important;
}

.cnbyearline td
{
  border-top: black solid 1px;
}

th {
  border-top: black solid 2px;
  border-bottom: black solid 2px;
}

table#dataclimt
{
  border: black solid 2px;
}
th.corner
{
  border-right: solid black 2px;
  border-top: 0px solid white !important;
  border-left: 0px solid white !important;
}

/* Style for option buttons */
.option-buttons {
  display: inline-block;
}

.option-buttons label {
  display: inline-block;
  padding: 4px 8px;
  margin-right: 0px;
  margin-left: 0px;
  margin-bottom: 10px;
  background-color: #f0f0f0;
  border: 1px solid #ccc;
  border-radius: 2px;
  cursor: pointer;
}
@media print {
  .option-buttons label {
    padding: 4px 0px;
    margin-right: 15px !important;
    background-color: #f0f0f0;
    border: 0px solid white;
  }
}

#vs30input input
{
  padding: 4px 8px;
  margin-bottom: 10px;
}

@media screen {
  .option-buttons input[type="radio"] {
    display: none;
  }
}

.option-buttons label:hover {
  background-color: lightblue;
}

.option-buttons input[type="radio"]:checked + label {
  background-color: pink;
}


div#localisation span, div#localisation input
{
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}
