.logo {
    max-height:70px;
}
.logoText {
    font-size:28px;
}

.header {
    color: #333;
    display: inline-block;
    font-size: 2.5em;
    font-weight: 300;
    line-height: 1.8em;
    margin: 5px 0;
}
.header:hover {
    text-decoration:none;
}
#map {
        height: 100%;
        /*border-radius: 10px;*/
        /*box-shadow: 2px 2px 2px #333333;*/
        border-collapse: separate;
        border-spacing: 10px 50px;
        border: solid 1px #cccccc;
      }

html, body {
  height: 100% !important;
}
.media {
    max-width: 90px;
    border-radius: 5px;
    border: solid 1px #ccc;
    float: left;
    margin-right: 20px;
}
.cancellation {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}
.description {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}
.ribbon {
    position: absolute;
  left: 16px;
  top: 11px;
  z-index: 1;
  overflow: hidden;
  width: 65px;
  height: 65px;
  text-align: right;
}
.ribbon .txtShared {
    font-size: 10px;
font-weight: bold;
color: #fff;
text-transform: uppercase;
text-align: center;
line-height: 20px;
transform: rotate(-45deg);
-webkit-transform: rotate(-45deg);
width: 80px;
display: block;
background: linear-gradient(#1871d7 0%,#1565c0 100%);
box-shadow: 0 3px 10px -5px black;
position: absolute;
top: 10px;
left: -21px;
}

.ribbon .txtPrivate {
    font-size: 10px;
font-weight: bold;
color: #fff;
text-transform: uppercase;
text-align: center;
line-height: 20px;
transform: rotate(-45deg);
-webkit-transform: rotate(-45deg);
width: 80px;
display: block;
background: #79a70a;
box-shadow: 0 3px 10px -5px black;
position: absolute;
top: 10px;
left: -21px;
}
