.comment {
  box-sizing: border-box;
  border: solid 1px #aaa;
  border-bottom: none;
  padding: 0;
  padding-left: 10px;
  overflow: hidden;
  margin: 0;
  font-size: 12px;
  position: relative;
}

.comment .score {
  margin-right: 20px;
}

.comment .text {
  margin: 20px 20px;
}

.comment .author {
  color: #467;
  font-weight: 300;
  text-shadow: 0 1px #444;
}

.comment:nth-child(even) {
  background: #ccc;
}

.nested .comment {
  border-right:none;
}

.comment .voting {
  float: left;
  margin-top: 22px;
}

.comment .arrow {
  margin: 2px 0px 0px 0px;
  width: 100%;
  height: 14px;
  display: block;
  cursor: pointer;
  background-position: center center;
  background-repeat: no-repeat;
  width: 15px;
  margin-left: auto;
  margin-right: auto;
  outline: none;
}

.comment .arrow.up {
  background-image: url(http://www.redditstatic.com/sprite-reddit.jzJhk9_9j8Q.png);
  background-position: -42px -818px;
  background-repeat: no-repeat;
}

.comment .arrow.upmod {
  background-image: url(http://www.redditstatic.com/sprite-reddit.jzJhk9_9j8Q.png);
  background-position: -63px -818px;
  background-repeat: no-repeat;
}

.comment .arrow.down {
  background-image: url(http://www.redditstatic.com/sprite-reddit.jzJhk9_9j8Q.png);
  background-position: 0px -818px;
  background-repeat: no-repeat;
}
.gallery {
	background: #202020;
	position: relative;
	max-width: 100%;
}
.content-image {
	border: solid 1px #ccc;
	margin: 15px;
	position: relative;
	box-shadow: 0 5px 3px -2px #000;
}

.gallery img {
	cursor: pointer;
	max-width: 100%;
}.link {
  cursor: pointer;
  background: #eee;
  border: solid 2px #ccc;
  box-shadow: 0 2px 3px -2px #aaa;
  padding: 10px;
  overflow: hidden;
  margin: 5px;
  -webkit-transition: background 0.2s,  border 0.5s;
  transition: background 0.2s, border 0.5s;
}

.links .link.active {
  background: #ccc;
  border: solid 2px #777;
  box-shadow: 0 4px 4px -2px #666;
}

.link .info {
  float: left;
  width: 130px;
  margin: 5px;
}
.link .subreddit {
  color: #333;
  font-size: 14px;
}
.link .author {
  font-size: 10px;
  color: #666;
}
.link .title {
  margin-right: 80px;
  overflow: hidden;
  font-size: 13px;
}
.link .thumbnail {
  border: solid 1px #ccc;
  float: left;
  width: 70px;
  height: 70px;
  background: #f5f5ff;
}

.link-container {
  position: relative;
  width: 100%;
}

.link.nsfw {
  background: #E6C7BC;
}

.links .comments-button {
  position: absolute;
  top: 5px;
  right: 10px;
}.slideshow {
	position: absolute;
	background: rgba(255, 255, 255, 0.6);
	height: 100%;
	width: 100%;
	z-index: 100;
}

.slideshow .image {
	position: absolute;
}.spinner-background {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.9);
}html {
    height: 100%;
    width: 100%;
    padding: 0;
    overflow: hidden;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

body {
    padding: 0;
    margin: 0;
}

::-webkit-scrollbar {
    width: 8px;
}
 
::-webkit-scrollbar-track {
  background: #ccc;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
    border-radius: 0px;
}
 
::-webkit-scrollbar-thumb {
    border-radius: 0px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
}

.reddit {
  font-size: 12px;
  position: relative;
  height: 100%;
  overflow: hidden;
  word-wrap: break-word;
  -webkit-transition: width 2s, -webkit-transform 2s;
  transition: width 2s, transform 2s;
}

.comments {
  position: absolute;
  overflow: auto;
  width: 100%;
}

.comment-area {
  background: #fff;
  border-right: solid 2px #555;
  box-sizing: border-box;
  font-size: 12px;
  position: absolute;
  height: 100%;
  left: 0;
  width: 100%;
  word-wrap: break-word;
  z-index: 50;
  -webkit-transition: left 0.5s, -webkit-transform 1s;
  transition: left 0.5s, transform 1s;
}

.comment-area.retracted{ 
  left: -100%;
}

.button {
  background: #eee;
  border: solid 1px #999;
  box-shadow: 0 2px 4px -2px #333;
  cursor: pointer;
  padding: 10px;
  color: rgb(68, 68, 68);
  font-family: arial, sans-serif;
  font-size: 11px;
  font-weight: bold;
  background-image: -webkit-linear-gradient(top, rgb(245, 245, 245), rgb(241, 241, 241));
  border-radius: 2px;
}

.comment-area .back-button {
  z-index: 100;
  position: absolute;
  top: 5px;
  right: 5px;
}

.comment-area .OP {
  border: solid 1px #aaa;
  position: relative;
  padding: 10px;
  min-height: 75px;
  margin-bottom: 25px;
  padding-right: 60px;
  background: #eee;
  box-shadow: 0 4px 4px -2px #666;
  z-index: 80;
}

.thumbnail {
  height: 70px;
  width: 70px;
}

.thumbnail img {
  max-height: 100%;
  max-width: 100%;
}

.comment-area .OP .thumbnail {
  position: absolute;
  top: 10px;
  left: 10px;
}

.comment-area .OP .info {
  position: relative;
  margin-left: 100px;
}
.comment-area .OP .title {
  margin: 0;
  color: #467;
  font-weight: 350;
}

.links {
  height: 100%;
  width: 100%;
  overflow: auto;
}

.content {
  background: #202020;
  float: right;
  max-width: 50%;
  height: 100%;
  overflow:auto;
  -webkit-transition: width 2s, -webkit-transform 2s;
  transition: width 2s, transform 2s;
}

.self-post {
  width: 40%;
}

.self-post .self-text {
  text-align: justify;
  border: solid 1px #ccc;
  margin: 15px;
  position: relative;
  box-shadow: 0 5px 3px -2px #000;
  background: #eee;
  padding: 25px;
  font-size: 12px;
}

.self-post .author {
  color: #777;
  margin-top: 2px;
}

.self-post h4 {
  margin: 0;
  font-size: 14px;
}

ul {
  list-style-type: none;
  padding-left: 3px;
  padding-right: 0;
  
}