<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.simplemodal-data{
  width: auto;
  min-width: 300px;
  max-height: 450px;
}


.modal_conteiner{
  border: 1px solid #777;
	border-radius:6px;
	-webkit-border-radius:6px;
	-moz-border-radius:5px;
	-khtml-border-radius:5px;
  padding: 0px;
  max-height: 450px;
}

.modal_header{
  padding:10px;
  font-weight: bold;
  color: #FFF;
  width: auto;
}

.modal_body{
  margin: 10px;
  height: auto;
  max-height: 350px;
  overflow:auto;
}

.modal_button{
  padding: 3px;
  cursor: pointer;
  font-weight: bold;
    border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	-khtml-border-radius:3px;
    border: 1px solid #FFFFFF;
}

.modal_button:hover{
    border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	-khtml-border-radius:3px;
    border: 1px solid #C0C0C0;
}

.modal_close{
  font-family: Lucida Sans Unicode;
  font-size: 12px;
  color: #FFF;
}

.simplemodal-container{
  width: auto;
  max-width: 750px;
  max-height: 450px;
  }</pre></body></html>