<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">*
{
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;

          /*transition: all 0.2s ease;*/
}.error-alert

.hidden {
	display:none;
}

.layer-error
{
	position: fixed;
	background: url("../img/bg-popup-album.png") repeat;
	width: 100%;
	height: 100%;
	z-index: 90000;
	font-family: "Verdana";
	font-weight: bold;
	font-size: 12px;
}

.error-alert
{
    margin: 180px 200px;
    width: 100%;
    max-width: 400px;
    background: #fff;
}

.title-alert
{
	padding: 10px;
	background: #2374ac;
	color: #fff;
	width: 100%;
}

.btns-alert
{
	background: #F2F2F2;
	float: left;
    padding: 10px;
    width: 100%;
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
}

.btn-alert
{
	background: #2374ac;
	color: #fff;
	padding: 5px 10px;
	float: right;
	border: 1px solid #333333;
	margin-left: 10px;
	cursor: pointer;
}

.btn-alert:hover
{
	background: #3485bd
}

.msj-alert
{
	color: #333333;
    padding: 20px;
    text-align: center;
}
</pre></body></html>