
a:focus,
a:hover {
  color: #036623;
}

@-ms-viewport     { width: device-width; }
@-o-viewport      { width: device-width; }
@viewport         { width: device-width; }
/*
 * Base structure
 */

html,
body {
  height: 100%;
  background-color: #f8f8f8;
}
.top{
  background: #337aaf;
}
h3.masthead-brand {
    margin: 0;
    padding: 15px;
}
.description {
    text-align: center;
    white-space: normal;
    font-family: 'Roboto', sans-serif;
    margin: 50px 0;
}
.description h1 {
    font-size: 39px;
    text-transform: uppercase;
    font-weight: 300;
    color: #444;
}
.description span {
    font-size: 20px;
    font-weight: 300;
     color: #555;
    line-height: 36px;
}
.mastfoot {
    background: #f2f2f2;
    border-top: 1px solid #e4e4e4;
    width:100%;
    height:45px;
    padding: 12px 30px 3px;
}
.typeread{
    background: #dedede;
    padding: 10px;
    height: 346px;
    overflow: auto;
}
.typeread li {
    overflow: hidden;
    padding: 10px 0 10px;
    border-bottom: 1px solid #ccc;
}
.typeread li a {
    color: #333;
}
.content-gif img{
    width:98%;
    height:auto;
}
.conteudo-resposta{
    padding-bottom: 30px;
}
@media (min-width: 768px) {
  
}


@media (min-width: 992px) {
 
}
ul.list-resultado-anais li {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 10px 0;
}
ul.list-resultado-anais li span {
    display: block;
    font-size: 12px;
}
ul.list-resultado-anais li a {
    color: #527A00;
    margin-bottom: 5px;
    display: block;
    font-size: 18px;
}

ul.logout{
    list-style: none;
    padding: 17px 21px 0;
}
ul.logout>li>a{color:#fff;}