/* Your custom css code goes here */

.probootstrap-main-nav li a {
    font-size: 12px !important;
}

#myModal{
    z-index:1;
}
.modal-backdrop{
    z-index: 1;
}
.iconoflor{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
}
.iconoflor img{
    width: 35px;
}
.iconoflor h2{
    margin-top: 10px;
    text-align: center;
}
table {
  font-family: arial, sans-serif;
  border-collapse: collapse;
  width: 100%;
}

td, th {
  border: 1px solid #dddddd;
  text-align: center;
  padding: 8px;
}

tr:nth-child(even) {
  background-color: #ECECEC;
}