@import url('https://fonts.googleapis.com/css?family=Roboto:300');
/*@import url('https://fonts.googleapis.com/css?family=Arimo');*/

body {
    background-color: white;
    font-family: 'Roboto', sans-serif;font-size: 16px;
}

p {
    font-family: 'Roboto';font-size: 16px;
}

.hangingindent {
  padding-left: 100px ;
  text-indent: -100px ;
}

.super {
    position: relative;
    bottom: 0.5em;
    color: blue;
    font-size: 0.8em;
	font-weight: bold;
}

sup {
	color: blue;
	font-weight: bold;
}

h1 {
    color: black;
    margin-left: 20px;
}

ul.pub {
    display: block;
    list-style-type: disc;
    margin-top: 0.1em;
    margin-bottom: 0.1em;
    margin-left: 0;
    margin-right: 0;
    padding-left: 40px;
}
li.pub {
    margin-top: 0.1em;
    margin-bottom: 0.1em;
}

li, ul {
   font-family: 'Roboto';font-size: 16px;
   margin: 5px 0;
}

ul.bar {
    font-family: 'Roboto';font-size: 18px;
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #00006a;
}

li.bar {
    font-family: 'Roboto';font-size: 18px;
    margin: 0;
    float: left;
}

li.bar a {
    display: block;
    color: white;
    text-align: center;
    padding: 6px 16px;
    text-decoration: none;
}

/* Change the link color to #111 (black) on hover */
li.bar a:hover {
    background-color: #404040;
}

.active {
    background-color: #1a9d26;
}
a {
	text-decoration: none;
	color: #0000ef;
}
a:hover {
	text-decoration: underline;
}

#panel, .flip {
	color: blue;
}
#panel, .flip:hover {
	text-decoration: underline;
}

#panel {
	text-decoration: none;
	color: black;
    text-align: left;
    display: none;
}



/*text-list*/
.text-list {
	list-style: none;
	margin: 0;
	padding: 0;
	height: 1%;
	overflow: hidden;
}
.text-list li {
	vertical-align: top;
	height: 1%;
	overflow: hidden;
	padding: 0 0 10px;
}
.text-list li span {
	float: left;
}
.text-list li span img {
	display: block;
}
.text-list li div {
	float: right;
	width: 635px;
	padding: 16px 6px 0 0;
}
.text-list li h3 {
	margin: 0 0 6px;
	font-size: 1em;
	line-height: 1.429em;
}
.text-list li h3 a {
}
.text-list li div.PubTease {
	width:400px;
	}
.text-list li div.PubTease p {
	margin-bottom:8px;
	}
.content-box .text-list p {
	margin: 0;
}


