/**
* 2023 Danzai Software
*
* NOTICE OF LICENSE
*
* This source file is subject to the Commercial License
* you can't distribute, modify or sell this code
*
* DISCLAIMER
*
* Do not edit or add to this file
* If you need help please contact contacto@danzai.es
*
* @author Danzai Software <contacto@danzai.es>
* @copyright 2023 Danzai Software
* @license https://danzai.es Commercial license
*/
.tsalerts { 
  background-color: #c3171e;
  text-align: center; 
} 
.tsalerts p,
.tsalerts h1,
.tsalerts h2,
.tsalerts h3,
.tsalerts h4,
.tsalerts h5,
.tsalerts h6,
.tsalerts pre,
.tsalerts ul,
.tsalerts ol,
.tsalerts blockquote { 
  font-weight: 600; 
  color: #fff; 
  padding: 0.8rem; 
} 