<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*@import "https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700";*/


*, body {
	line-height:1.42857143 !important;
	background-color: #000 !important;
	color: #cc0000 !important;
	font-family: Courier New, monospace !important;
	font-size: 15px !important;
}


:focus{
	border: 1px solid #cc0000;
}

.titulo_dox {
	font-size: 20px !important;
}

input.comandos {
	padding-left: 10px;
	background: #000;
	border: none;
	color: #cc0000;
	box-shadow: 0 0 15px #cc0000;
}
input.comandos:hover{
	background: #000;
	border: #000;
	color: #cc0000;
}
table, td, th, tr, thead, tbody {
	border: 1px solid #cc0000 !important;
}

a, a:hover {
	color: #cc3300 !important;
	text-decoration: underline !important;
}


::-webkit-scrollbar{
    width: 9px;
    background-color: transparent;
}

::-webkit-scrollbar-track{
    -webkit-box-shadow: transparent;
    background-color: transparent;
    width: 9px;
}
::-webkit-scrollbar-thumb{
    background-color: transparent;
    border-radius: 9px;
    width: 9px;
    background-color: #cc3300 !important;

}

#gen {
	text-shadow: 0 0 14px #cc3300 !important;
	border: 1px solid #cc0000 !important;
	border-radius: 5px !important; 
	/*vertical-align: middle !important;*/
    word-break:break-all;
    word-wrap:break-word;
}
.generar {
	color: #cc3300 !important;
}</pre></body></html>