/* * { box-sizing: border-box; } */

#updates {
	display: none;
    width: 300px;
    position: absolute;
    left: 10px;
    bottom: 10px;
	height: 550px;
    z-index: 1;
    margin-top: 100px;
}

#updates_admonitionsContainer {
	padding: 20px;
	border-top: 1px solid #19191a;
	overflow-y: scroll;
	height: 357px;
	font-size:14px;
}

#updates h1 {
	font-size:18px;
  }

#updates #firstHeader {
  font-size:18px;
  text-shadow:0 1px 0 black;
  text-align:center;
  padding:15px 0;
  border-bottom:1px solid rgba(0,0,0,1);
  position:relative;
}

::-webkit-scrollbar {
  background: 0 0;
  overflow: visible;
  width: 10px;
}

::-webkit-scrollbar-thumb {
  background: #888; 
}

::-webkit-scrollbar-thumb:hover {
  background: #555; 
}

::-webkit-scrollbar-corner {
    background: 0 0;
}

#links {
      font-size: 18px;
    text-shadow: 0 1px 0 black;
    text-align: center;
    padding: 15px 0;
    border-top: 1px solid rgba(0,0,0,1);
    position: relative;
}