
/*Posição do IFRAME-EXTRATO*/
#iframeExtrato{

    margin-left: -40px;
}
    
body{
  /*Cor do fundo da página: - Preta*/
  background-color: White;
}
  
.card {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  max-width: 385px;
  margin: auto;
  text-align: center;
  font-family: arial;
  /*Cor do fundo:black - Branco*/
  background-color: White;
}
div.figure {
  float: left;
  width: 30%;
  text-align: center;
  font-style: italic;
  font-size: smaller;
  text-indent: 0;
  border: thin silver solid;
  margin: 0.5em;
  padding: 0.5em;
}
.title {
  color: Red;
  font-size: 30px;
}
 
.shown ul {
list-style:none;
margin:0 0 0;
padding:0 0 0;
}
.shown li {
margin:0px 0; border-bottom:1px dotted #cccccc; 
padding:0 0 2px 23px;
line-height:1.0em; list-style:none;
}
.shown li a {color:#5588aa;}


.texthidden {display:inline}.shown {display:block}
.texthidden {display:none}
  
button {
  border: none;
  outline: 0;
  display: inline-block;
  padding: 8px;
  color: White;
  background-color: #B5A10C;
  text-align: center;
  cursor: pointer;
  width: 95%;
  font-size: 18px;
}
 

a {
  text-decoration: none;
  font-size: 22px;
  color: black;
}

button:hover, a:hover {
  opacity: 0.7;
}