/*.container {
  width:90%;
    margin:0 auto 0 auto;
    margin-top: 30px;
}
*/

.pub {
    margin-bottom: 10px;
    /*Indentation for year*/
    /*margin-left: 10px;*/
    display: flex;
}

.pubInfo {
    font-size: 0.95em;
    margin-bottom: 10px;
    padding-left: 20px;
}

/*body {
  font-family: 'Work Sans', sans-serif;
  line-height: 160%;
  font-weight: 300;
  font-size: 16px;
}

strong {
    font-family: 'Work Sans', sans-serif;
      line-height: 160%;
      font-weight: 600;
}
*/

.me {
    font-style: italic;
    color: black;
}

.title {
    font-size: 16px;
    margin-bottom: 3px;
}

.venue {
    color: gray;
    margin-bottom: 3px;
}

.thumbnail {
    width: 100%;
}

.thumbnail:hover {
    border: 1px solid rgb(145, 20, 20);
}

.thumbnail-link {
    margin-bottom: 10px;
}

.award-icon {
    margin-left: 10;
    margin-right: 5;
}

.award-text {
    font-size: 14px;
    vertical-align: text-top;
    color: #474747;
    text-decoration: underline;
    margin-bottom: 3px;
}

.authors {
    color: #474747;
    margin-bottom: 3px;
}

.type-tag {
    font-size: 13px;
    color: white;
    text-align: center;
    font-weight: bolder;
    padding-left: 7;
    padding-right: 7;
    border-radius: 5px;
    margin-bottom: 3px;
}

.supp {
    color: #474747;
    background-color: white;
}


/*h3
{
  color: #707070;
  margin-left: 15px;

}


a:link, a:visited
{
    color:rgb(145,20,20);
		text-decoration: none;
}

a:hover, a:active {
  	color:rgb(145,20,20);
  	text-decoration: underline;
}*/

.projects {}

.projects .rows {
    padding-top: 20px;
}

.project {
    display: flex;
    margin-bottom: 10px;
}

.project .title {
    font-weight: bold;
    margin-bottom: 3px;
}

.project .descr {
    color: gray;
    margin-bottom: 3px;
}

.project .authors {
    margin-bottom: 3px;
}