/**********************************************************************************
 * Copyright (C) 2016, SpraakLab, All Rights Reserved.
 **********************************************************************************/


.activelist .collection-item .row .c3
{
  text-align: left;
}

.activelist .collection-item .row .col
{
  padding: 0;
  margin: 0;
}

.activelist .collection-item
{
  background: #ddd;
  width:500px;
}

.activelist .collection-item a
{
  font-size: 13px !important;
  padding: 0px !important;
  padding-left: 5px !important;
  margin: 0 !important;
  line-height: 1.0rem;
  height: 12px;
}

.collection-item:hover, .collection-item a:hover 
{
	background-color: #ccc !important; /* theme_color_1 */
}

