div.logobar {
    padding: 10px 15px;
    height: 200px;
    text-indent: -9999px;
    background-color: rgb(219, 227, 234);
    background-image: url("https://conf.researchr.org/getImage/icse-2022/orig/logobar.png");
    background-size: contain;
    background-repeat: no-repeat;
#    color: #777777;
}

div.logobar{
/*make logobar relative, so the navbar-brand link can be made absolute with 100% height*/
  position:relative;
}
a.navbar-brand.navigate {
/*Make the navbar-brand link cover the logobar background image, which stops at 1110px */
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    max-width: 1110px;
}

/* 
.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 : 23px 0 0 40px
}
.place2 {
  float: right;
  padding : 23px 0 0 0px
}

#sponsorship {
  border-collapse: collapse;
%  width: 100%;
}

#sponsorship td, #sponsorship th {
  border: 1px solid #ddd;
  padding: 8px;
}

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

#sponsorship tr:hover {background-color: #ddd;}

#sponsorship th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: rgb(219, 227, 234);
  color: black;
}
