@charset "utf-8";

/* ****************************************************************************
 * Link FIELD WIDGET
 * ****************************************************************************
 */


/*
 * Files group
 *
 * Show files on the right, in the same way than contact method list.
 * This style is intended to use on pages where a list of nodes is shown
 * through a viewfield field.
 * ****************************************************************************
 */
.tm-region-node-list .tm-files-group-wrapper ul {
  list-style            : none;
  text-align            : left;
  padding               : 0 0 0 0;
}

.tm-region-node-list .tm-files-group-wrapper li,
.tm-page-node .tm-widget-content .tm-region-node-list .tm-files-group-wrapper li {
  line-height           : 1em;
}

.tm-region-node-list .tm-files-group-wrapper .file-icon {
  display               : inline-block;
  float                 : left;
  text-align            : center;
  /*width                 : 25px;*/
  padding               : 0px 6px 0px 0px;
  margin-left           : 5px;
}



/*
 * SCREEN 'regular' - between 1024px and 1279px
 * ****************************************************************************
 */
@media only screen and (min-width:1024px) and (max-width:1279px) {
}


/*
 * SCREEN 'medium' - between 768px and 1023px
 * ****************************************************************************
 */
@media only screen and (min-width:768px) and (max-width:1023px) {
}


/*
 * SCREEN 'small' - between 480px and 768px
 * ****************************************************************************
 */
@media only screen and (min-width:480px) and (max-width:767px) {
}


/*
 * SCREEN 'lite' - smaller than 480px
 * ****************************************************************************
 */
@media only screen and (min-width:0px) and (max-width:479px) {
}

