





/*------------------------------------------------------------------------------
                       Layout and Positioning
/*----------------------------------------------------------------------------*/

.poker-video-page .category img {
  float: left;
  margin: 7px 15px 20px 0;
}

.category {
  margin: 18px 0 20px 0;
}

.category .title {
  margin: 5px 0 5px 0;
}

.learn-more {
  display: inline;
  text-indent: 15px;
}

/*------------------------------------------------------------------------------
                         Styles and Color 
/*----------------------------------------------------------------------------*/
.learn-more {
  font-size: 13px;
  color: #888888;
  font-weight: 500;
  font-variant: normal;
}

.learn-more a,
.learn-more a:link,
.learn-more a:visited,
.learn-more a:hover {
  color: #444444;
  font-weight: 500;
  text-decoration: none;
}

.learn-more a:hover {
  text-decoration: underline;
  color: #666666;
}
