@media screen and (min-width: 1283px) {
    h3.praesidium_title {
      border-bottom-style: solid;
      border-bottom-color: #5cb850;
      border-bottom-width: 5px;
      width: 50%;
    }
}
@media screen and (max-width: 1282px) {
    h3.praesidium_title {
      border-bottom-style: solid;
      border-bottom-color: #5cb850;
      border-bottom-width: 5px;
      width: 80%;
    }
}
.praesidium_select {
    border-style: none;
    border-bottom-style: solid;
    border-bottom-color: #5cb850;
    border-bottom-width: 5px;
}
p.refsection {
    text-align: center;
    font-size: 20px;
}
.comite_info {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 1;
    font-size: 14px;
}

.greylink {
      margin-right: 5px;
    }
    #selected {
      background-color: #b6b6b6;
      border: none;
      color: #ffffff;
      padding: 4px 7px;
      text-decoration: none !important;
      font-weight: bold;
    }
    .praesidium {
      border-collapse: collapse;
      color: #505050;
    }
    .praesidium th, .praesidium td {
      padding: 0 0 20px 7px;
    }
    .praesidium img {
      width: 450px;
      border: 5px solid white;
      outline: 1px solid #CCCCCC;
    }
    .post {
      font-family: 'Lato', sans-serif;
      color: #D78A00;
      padding: 4px 7px;
      margin: 0 0 5px -7px;
      font-size: 14px;
      text-transform: uppercase;
      outline: none;
      display: inline-block;
      cursor: pointer;
      word-spacing: 0.1em;
      width: 100%;
      border-bottom: 1px dotted #A0A0A0;
    }
    #foto {
      text-align: center;
      vertical-align: middle;
    }
