
.gifView{
  padding-top: 40px;
  height: 100%;
  border-top: 2px solid #404040;
}
.gameView{
  padding-top: 40px;
  margin: 10px;
  border-top: 2px solid #404040;
}
.name {
  width: 80px;
}
.thumbnail {
  width: 80px;
  height: 80px;
}
.columnprev {
  text-align: center;
  margin: 5px 0px;
  padding: 10px 5px;
  cursor: pointer;
  background-color: #E0E0E0;
  border: 1px solid #808080;
  border-radius: 2px;
}
.categoryprev {
  text-align: center;
  margin: 5px 0px;
  padding: 10px 5px;
  cursor: pointer;
  background-color: #E0E0E0;
  border: 1px solid #808080;
  border-radius: 2px;
}
.link {
  background-color: #E0E0E0;/*rgba(255, 255, 255, 0.7);*/
  color: #404040;
  display: inline-block;
  vertical-align: middle;
  border-radius: 2px;
  border: 1px #808080 solid;
  text-align: center;
  min-width: 150px;
  padding-top: 10px;
  padding-bottom: 10px;
  margin: 10px;
  cursor: pointer;
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-transition: 0.25s linear;
  transition: 0.25s linear;
}
.link:hover {
  background-color: white;/*rgba(255, 255, 255, 0.9);*/
}
/*.innerThumbnail {
  height: 300px;
  max-width: 500px;
}*/
.innerData {
  width: 500px;
  text-align: justify;
}
.text {
  margin: 10px 0px;
}
.gifItem {
  display: inline-table;
  text-align: center;
  width: 150px;
  height: 180px;
  background-color: #D0D0D0;
  border: 1px #808080 solid;
  color: #404040;
  margin: 5px;
  border-radius: 2px;
  -webkit-transition: 0.25s linear;
  transition: 0.25s linear;
  cursor: pointer;
}
.gifItem:hover {
  background-color: white;
}
.gifItem .name {
  width: auto;
}
.gifItem .thumbnail {
  width: 150px;
  height: 150px;
}