div.logobar {
    padding: 0px 15px;
    background-color: rgb(248, 248, 248);
    color: #777777;
}
.logobar .container{
	border-bottom: 1px solid #e7e7e7;
}
.logobar a {
    color: #4e5e6b;
}
.navbar{
  border-top: none !important;
}
.navbar-brand {
  font-size : 36px;
}
.navbar{
  border-radius: 0px !important;
}
.place {
  float: left;
  padding : 0 0 0 40px
}
.place2 {
  float: right;
  padding : 23px 0 0 0px
}


/* Custom parts from here */

/** Hotel list **/
.navbar-brand {
    float: left;
    font-size: 0;
    background: url(https://conf.researchr.org/getImage/models-2024/orig/logo_models24.png) no-repeat 20px 16px;
    background-size: auto;
    padding-bottom: 0px;
    display: inline-block;
    background-size: contain;
    width: 100%;
    height: 210px;
}

.hotel-entry .he-header {
  margin-bottom:10px
}

.hotel-entry .he-header h4 {
  display:inline;
}

.hotel-entry .he-header  {
  text-decoration: none;
  color:black;
}

.hotel-entry .he-header p {
  margin-left:1rem;
  display:inline;
}

.hotel-entry .he-header .weblink {
  display:block;
  margin-top:5px;
  font-size:1.2rem;
}

/** END Hotel list **/

/** Misc **/
.latex-emph {
  font-family: monospace;
  color: #c7254e;
}


