/* 
    Created on : 16.05.2017, 16:21:35
    Author     : iGusev
*/
.sp-thumbnail-image-container {
  width: 100px;
  height: 74px;
  overflow: hidden;
  float: left; }

.sp-thumbnail-image {
  height: 100%; }

.sp-thumbnail-text {
  width: 170px;
  float: right;
  padding: 8px;
  background-color: #F0F0F0;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.sp-thumbnail-title {
  margin-bottom: 5px;
  text-transform: uppercase;
  color: #333; }

.sp-thumbnail-description {
  font-size: 14px;
  color: #333; }

.albums {
  margin-top: 10px;
  border-top: 1px solid rgba(0, 0, 0, 0.4); }
  .albums ul {
    margin: 0;
    padding-left: 20px; }
    .albums ul li {
      list-style-image: url(/images/kn-1.png);
      width: 40%;
      float: left;
      padding-left: 0%; }
      .albums ul li a {
        color: #339;
        text-decoration: none; }
    .albums ul:after {
      width: 100%;
      content: "";
      display: table; }
