

/*body {
  background: rgb(204, 204, 204);
  background-color: blue;
  
}*/

.anulahtml{
    display:none !important;
}

#page-header-wrapper{
    display:none;
}
#above-above-header{
    display:none;
}
#barra-brasil{
    display:none !important;
}

.script-links{
    display: none;
}
.pace{
    display: none;
}

#page-navbar {

    display: none;
}
page {
    background: white;
    display: block;
    margin: 0 auto;
    margin-bottom: 0.5cm;
    box-shadow: 0 0 0.5cm rgba(0, 0, 0, 0.5);
}
page[size="A4"] {
    width: 21cm;
    height: 29.7cm;
}
page[size="A4"][layout="portrait"] {
    height: 29.7cm;
    width: 21cm;
}
@media print {
    body,
    page {
        margin: 0;
        box-shadow: 0;
    }
    page[size="A4"][layout="portrait"] {
        height: 29.7cm;
        width: 21cm;
    }
}
.minhahead {
    padding-top: 10px;
    text-align: center;
    border: 2px solid #ddd;
    background-color: white;
}


#logomarca{
    padding-left: 10px;
    padding-top: 15px;
}
#divaprovados{
    font-size: 16px;
    padding-left: 10px;
}
#tituloaprovados{
    font-size: 25px;
    text-align: center;
    width: 100%;
    margin-top: 1px;

}
#grupocurso{
    padding-left: 20px;
    font-size: 12px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: blue;
    font-weight: bold;
}
#relaprovados{

    padding-left: 80px;
}
#nomecurso{
    text-transform: uppercase;
    margin-bottom: 4px;
}
#pagina{
    width: 100%;
    text-align: center;
    font-weight: bold;
    padding-bottom: 2px;
}