/**
  Copyright (c) 2008 National Cancer Institute (NCI)
  All Rights Reserved.

  rtips

  $Author: kwonay $
**/

/* custom lessmore css */

.lessmorespan {
	font-family: 'Roboto',sans-serif;
}

.dolessmore { overflow: hidden; }

.dolessmoreblock { position: relative; }

.lm-control {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 20px;
  background: #f5f5f5;;
  text-align: center;
}

.dlmexpand { padding-bottom: 20px; }