@font-face {
  font-family: lucidagrande;
  src: url(/assets/fonts/LucidaGrande.ttf);
}

@font-face {
  font-family: HelveticaNeueUltraLight;
  src: url(/assets/fonts/HelveticaNeueUltraLight.otf);
}

body {
  margin: 0px;
}

p, ul, li, a {
  margin: 0;
  padding: 0;
  font-size: 12px;
  font-family: lucidagrande;
  color: #666;
  text-decoration: none;
}

b {
  color: #34beed;
}

nav {
  background: #eee;
  width: 100%;
  height: 20px;
}

nav ul {
  list-style: none;
  font-family: lucidagrande;
  font-weight: lighter;
  font-size: 12px;
  display: flex;
}

nav ul li {
  padding: 1px 10px;
}

nav ul li a {
  color: #444;
  text-decoration: none;
}

nav ul li a:hover {
  text-decoration: underline;
}


.container {
  width: 925px;
  height: 1000px;
  margin: auto;
}

above p {
  font-family: lucidagrande;
  color: #666;
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.3);
}

above h2:hover {
  cursor: pointer;
}

main h2 {
  font-family: HelveticaNeueUltraLight;
  font-size: 70px;
  font-weight: normal;
    
    
}

above {
  display: block;
  width: -webkit-fill-available;
  height: 50px;
  background: repeating-linear-gradient(-55deg, #fff, #fff 5px, #f5f5f5 5px, #f5f5f5 10px);
  position: relative;
  overflow: hidden;
}

.arrow:before {
  content: url(/assets/symbols/arrow.gif);
padding: 0px 5px;
}

.arrow-pink:before {
  content: url(/assets/symbols/arrow-pink.gif);
padding: 0px 5px;
}

.new:after {
  font-weight: bold;
  color: #ff418c;
  content: "NEW";
  padding: 0px 10px;
}

.warning:before {
  content: url(/assets/symbols/arrowCero.gif);
  padding: 0px 10px;
}

.article-list {
  list-style: none;
  padding: 0px 10px;
  padding-bottom: 10px;
}

.article-list li {
  border-bottom: 2px solid #ddd;
  padding: 5px;
  margin: 3px 0px;
}

.article-list li:after {
  content: url(/assets/symbols/arrow.gif);
  float: right;
  filter: grayscale(1);
}

.article-list a:hover {
  text-decoration: underline;
}

.article-body {
  text-align: justify;
margin: 20px auto; 
}

.green-arrow::after {
  content: url(/assets/symbols/arrow.gif);
  filter: hue-rotate(261deg);
  float: right;
}

.notice {
  background: #89f233;
  
}

.column {
  margin: 20px auto;
  display: flex;
  justify-content: space-around;
}

.column li {
  list-style: none;
  min-height: 100px;
  min-width:  200px;
  background: #eee;
  border-radius: 5px;
}

a:hover {
  text-decoration: underline;
}

.connect-list a {
  border-bottom: 2px solid #333;
}

/* XML Catalog */

.catalog {
  font-family: lucidagrande;
  font-size: 10px!important;;
  background: #eee;
  margin: 20px auto;
  padding: 5px;
  border-radius: 5px;
  width: 100%;
}

.catalog a {
  font-size: 10px;
}

.catalog a:hover {
  text-decoration: underline;
}

.catalog thead th {
  color: #34beed;
  text-align: left;
  padding-right: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.catalog tbody td {
  color: #666;
  text-align: left;
}

.iconTable {
  width: 30px;
  height: 30px;
}

details {
  font-family: lucidagrande;
  font-size: 12px;
}

summary:hover {
  cursor: pointer;
}

.app {
  width: 40px;
  height: 40px;
}

.appOverlayed {
  width: fit-content;
  height: 40px;
  margin: 10px;
}

#home {
  display: flex;
  flex-direction: column;
  padding: 10px;
}

#home a {
  padding: 3px;
  border-bottom: #ccc solid 1px;
}

#home a:after {
  content: url(/assets/symbols/arrow.gif);
  filter: hue-rotate(261deg);
  float: right;
}