/**
* jQuery shorten v0.3.2
* https://github.com/amazingSurge/jquery-shorten
*
* Copyright (c) amazingSurge
* Released under the LGPL-3.0 license
*/
.shorten-detail {
  display: none;
}

.shorten_expand .shorten-ellipses {
  display: none;
}

.shorten_expand .shorten-detail {
  display: inline;
}
.shorten-toggle{color:#009999!important;}
