* {
 font-size: 100%;
 font-family: Helvetica, Arial;
}

div.logobar {
  border-bottom : 2px solid black;
  padding: 10px 15px;
  /* width: 800; height: 200px;*/
  background-color: white;
  color: white;
}

@media screen and (max-width:480px) {
    .logobar {
	padding: 5px 5px;
	background-size: 100%;
    }
}

.brand-text{
  visibility: hidden;
}

div.logobar > div > div > a{
    color: inherit;
}


.navbar-brand {
    background: url("http://conf.researchr.org/getImage/vee-2016/orig/vee-banner.png") no-repeat;
    /*    background-size: 100%;*/
    width: 780px; height: 160px; /* DIMENSIONS OF BANNER IMAGE */
   /* width: 800px; height: 55px;*/
    background-position: left bottom;
    
}

@media screen and (max-width:768px) {
    .navbar-brand {
	background-size: 50%;
	background-position: top left;
    }
}


/* space between banner and menu */
.place {
  padding: 0px 0 0 0;
  float: left;
  margin-bottom: 0px;
  font-size: large;
  color: white;
  visibility: hidden;
}
.place2 {
  float: right;
  padding : 23px 0 0 0px
}

.nav .open>a, .nav .open>a:hover, .nav .open>a:focus{
  background-color: #DDD;
}

div.navigationbar {
  border-bottom: 1px solid #BBB;
}

h3 {
   font-size: 20px;
   color: black;
}


/* table customization */

.center-text {
    width: value;
    margin: auto;
}

.vee-table {
    display: table;
    width: auto;
    background-color: #FFFFFF;
    /* border: 1px solid #000000; */
    border-spacing: 5px;
}

.vee-row {
    display: table-row;
    width: auto;
    clear: both;
}

.vee-name {
    float: left;
    display: table-column;
    width: 200px;
}

.vee-item {
    float: left;
    display: table-column;
}

.note {
    font-weight: bold;
    color: #214A7B;
}

.abstractBox {
    visibility: hidden;
    position: absolute;
    left: 2px;
    top: 20px;
    width: 400px;
    background-color: #E8E8E8;
    border: 1px solid #707070;
    z-index: 1;
    padding: 10px 8px 11px 8px;
    box-shadow: 4px 4px 2px #C0C0C0;
/*    font-family: Sans-serif, Arial; */
/*    font-size: 13px; */
    color: #404040;
}

.pull-right {
    float: right;
    font-style: italic;
    vertical-align: top;
}

