.uk-table.rw-data-table {
    border: 1px solid #e0e0e0;
}

.uk-table.rw-data-table th {
    border-bottom: 1px solid #e0e0e0;
    border-right: 1px solid #e0e0e0;
    border-left: none;
}

.uk-table.rw-data-table td:last-child {
    border-right: none;
}

.uk-table.rw-data-table td {
    border-right: 1px solid #e0e0e0;
}

.uk-table.rw-data-table th {
    padding-top: 6px;
    padding-bottom: 6px;
}

.uk-table.rw-data-table td {
    padding-top: 6px;
    padding-bottom: 6px;
}

.padding-right-2 {
    padding-right: 2px;
}

.title-blue {
    font-weight: 500;
    color: rgb(44, 130, 201);
    font-size: 18px;
}

.title-black {
    font-weight: 500;
    color: black;
    font-size: 16px;
}

/* Progressive image loading */

.progressive-media {
  background-color: #f6f6f6;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
}

.progressive-media img {
  position: absolute;
  opacity: 0;
  top: 0;
  left: 0;
  width: 100%;
  transition: opacity 1s linear;
}

.progressive-media img.loaded {
  opacity: 1;
}

.progressive-img {
  filter: blur(30px);
  /* this is needed so Safari keeps sharp edges */
  transform: scale(1);
}

/* END OF Progressive image loading */

em {
    color:inherit;
}

/*.fr-view img {
    margin:10px 10px!important;
}*/

.fr-view .fr-file::after {
    position: relative;
    content: ""!important;
    font-weight: 400;
}

.tour-list>li:before {
    content: "•  ";
    display: inline;
}