.pink{color: #e6639e;}
.basic_user{color: #a9a9a9;}
.op_user{color: #00bcff;}
.green{color: #5cba46;}
.premium_user{color: #ffd700;}
.mod_user{color: #ff7b00;}
.bot_happy{color: #58ff00;}
.bot_angry{color: red}

/*FONT SIZE*/
.logo{
  font-size: 1.5em;
}
.widget ul ul li{
  font-size: 1.4em;
}
.updates-entry li{
  font-size: 1.4em;
}
p{
  font-size: 1.4em;
}
td{
  font-size: 1.4em;
}
.list-item {
  font-size: 1.4em;
}
.go-back{
  font-size: 1.4em;
}
.chronology-entry, .timeline-entry{
  font-size: 1.4em;
  line-height: 1.4em;
}
.copyright{
  font-size: 1.2em;
}
.widget ul ul li p{
  font-size: 1em;
}
.description{
  font-size: 1em;
  line-height: 0.83em;
  color: #6f8182;
}
.cube::before {
  font-size: 0.7em;
}
.archive::before {
  font-size: 0.7em;
}
li{
  line-height: 1.4em;
}
p{
  line-height: 2em;
}
.terminal, .note{
  font-size: 1.4em;
}
/**********/

/*BOLD TEXT*/
.widget ul ul .tag p{
  font-weight: bold;
}
.widget ul li p{
  font-weight: bold;
}
.b{
  font-weight: bold !important;
}
/**********/

/*COLORS*/
.linux-red{
  color: #a40000;
}
.linux-green{
  color: #4e9a06;
}
.linux-pink{
  color: #c69fbc;
}
.linux-purple{
  color: #5b4260;
}
/**********/

input{
  font-family: monospace;
}
table{
  width: 100%;
}

a:link, .go-back{
  color: blue;
  text-decoration: none;
}
a:visited{
  color: blue;
}
a:hover, .go-back:hover, .logo:hover{
  color: purple;
  cursor: pointer;
  text-decoration: underline;
}
a:active{
  color: blue;
}
.red{
  color: #ff4242;
}
.copyright{
  color: #6f8182;
}
.cube::before {
  vertical-align: super;
  content: '[cube] ';
  color: #ff4242;
}
.archive::before {
  vertical-align: super;
  content: '[archive] ';
  color: #696969;
}
.list-wrapper {
  margin: 0;
  padding: 0;
  max-width: 1200px;
  margin: 0 auto;
}
.list-item {
  width: 33%;
  text-align: left;
  list-style: circle;
  float: left;
  display: list-list-item !important;
}
.list-wrapper:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.catalog-wrapper{
  margin: 0;
  padding: 0;
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  align-content: center;
  grid-template-columns: repeat(auto-fill, 194px);
  justify-content: space-around;
  justify-items: center;
}
.catalog-item{
  height: 280px;
  width: 194px;
  margin: 10px;
  outline: 1px solid #e9e9e9;
  border-radius: 5px;
  float: left;
  list-style: none !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}
.catalog-item:hover{
  opacity: 0.6;
}
.hidden{
  display: none;
}
.disabled{
  color: gray !important;
  cursor: not-allowed !important;
}
.go-back{
  width: 100%;
  text-align: right;
}
.chronology-entry, .timeline-entry{
  display: flex;
  padding-inline-start: 40px;
}
.chronology-date, .timeline-date{
  min-width: fit-content;
  list-style-type: circle;
  display: list-item;
}
.two-column-gallery{
  display: flex;
}
.two-column-gallery .column{
  width: 50%;
  margin-right: 15px;
}
.two-column-gallery .column:last-child{
  margin-right: 0 !important;
}
.two-column-gallery img{
  width: 100%;
  outline: 1px solid #e9e9e9;
  margin-bottom: 15px;
}
.terminal, .note{
  padding: 1em;
  line-height: 1.4em;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 40px;
  margin-inline-end: 40px;
  hyphens: none;
  -webkit-hyphens: none;
  word-wrap: normal;
}
.terminal{
  background: #000;
  color: #fff;
}
.note{
  background: #f7f7f7;
  color: #000;
}

button{
  font-family: monospace;
}

button:hover{
  cursor: pointer;
}

button img{
  vertical-align: middle;
}
