div.logobar {
    padding: 10px 15px;
    height: 200px;
/*    text-indent: 180px; */

/* color in the png that had to be adjusted   background-color: rgb(181, 212, 243); */
    background-color: rgb(182, 219, 247);
    background-image: url("https://conf.researchr.org/getImage/icse-2025/orig/ICSELogoNoBackground.png");
    background-size: contain;
    background-repeat: no-repeat;
/*    color: #777777; */
}

@media screen and (max-width: 390px){
    .fitifsmall {
        font-size: 12px;
        line-height: 12px; }}

@media screen and (max-width: 390px){
    .cutifsmall {
        display: none; }}

@media screen and (min-width: 391px){
    .datewithlogo {
        font-size: 16px; }}

@media screen and (max-width: 390px){
    .datewithlogo {
        font-size: 10px;; }}


div.logobar{
/*make logobar relative, so the navbar-brand link can be made absolute with 100% height*/
  position:relative;
}
/*a.navbar-brand.navigate {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
}*/

/* 
.logobar .container{
	border-bottom: 1px solid #e7e7e7;
}
 */
.logobar a {
    color: #4e5e6b;
}
.navbar{
  border-top: none !important;
}
.navbar-brand {
  text-indent: 0px;       
  font-size : 24px;
    line-height: 24px;  
  margin-left: 180px;  
/*  margin-right: 250px;  */

    text-align: center;
}
.navbar{
  border-radius: 0px !important;
}
.place {
  visibility: hidden;
  text-indent: 0px;    
  margin-top: 140px;
  margin-left: 180px;
  text-align: center;

/*   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;
}
