articles.component.css 935 bytes
mat-form-field {
  width: 70%;
  font-size: 22px;
  margin-left: 10%;
form {
  margin-bottom: -100px;
.filter-tables {
  position: absolute;
  float:right;
  margin-left: 1%;
  width: 5%;
  font-size: 16px;
  margin-top: 19px;
.table-articles, .table-implications {
  width: 100%;
.div-table {
  position: relative;
  max-height: 600px;
  overflow: auto;
  width: 180%;
  margin-left: -40%;
h1 {
  text-align: center;
  margin-left: -10%;
  color: rgb(0,94,184);
  font-size: 28px;
  margin-bottom: 25px;
  margin-top: 160px;
th {
  font-size: 18px;
.cell-title {
  cursor: pointer;
.cell-title:hover {
  font-size: 19px;
.button-return {
  background-color: rgb(0,94,184);
  border: 2px solid rgb(0,94,184);
  color: white;
  font-size: 22px;
  width: 150px;
  height: 50px;
  margin-left: -7%;
717273747576
.button-return:hover { background-color: white; color: rgb(0,94,184); transform: scale(1.2); }