/******* Do not edit this file *******/
/*
My Custom CSS - by Salvatore Noschese
aka L'AltroWeb - https://laltroweb.it/
/*
Saved: Jan 14 2021 | 08:26:28 (am)
/*
/******* Do not edit this file *******/

.tablepress thead th,
.tablepress tfoot th {
	background-color: #1e86ff;
}
.tablepress thead th,
.tablepress tfoot th {
  color: #ffffff;
}
#cons {
  background: #f7a14b;
  	text-align: left;
    padding: 10px;
    margin: 0 0 15px 0;
    font-size: 20px;
    font-weight: bold;
}
#pros {
  background: #87c4ff;
  	text-align: left;
    padding: 10px;
    margin: 0 0 15px 0;
    font-size: 20px;
    font-weight: bold;
}
#blue {
  background: #c2d4d8;
  	text-align: left;
    padding: 10px;
    margin: 0 0 15px 0;
    font-size: 16px;
    }
#bluebar {
  background: #c2d4d8;
    border: #547a83 solid 1px;
    padding: 15px;
    margin: 15px 0 30px 0;
}
#redbar {
  background: #f7a14b;
    border: #f7a14b solid 1px;
    padding: 15px;
    margin: 15px 0 30px 0;
}

.tags-links {display:none;}

.post-navigation {
display: none;
}


#headline {
  background: #E8D1A4;
  	text-align: left;
    padding: 10px;
    margin: 0 0 15px 0;
    font-size: 20px;
    font-weight: bold;
}