﻿/*!
* jQuery UI Expandable v1.2
*
* Copyright 2011, Tony Kramer
* Dual licensed under the MIT or GPL Version 2 licenses.
* https://github.com/flamewave/jquery-ui-expandable/raw/master/GPL-LICENSE.txt
* https://github.com/flamewave/jquery-ui-expandable/raw/master/MIT-LICENSE.txt
*
* https://github.com/flamewave/jquery-ui-expandable
*/
.ui-expandable-header{display:block;cursor:pointer;padding:5px}
.ui-expandable-icon{float:left;margin-right:5px}
.ui-expandable-content{display:block;padding:5px;border-top:0}
.ui-expandable-spacer{height:5px;overflow:hidden}