/**
 * @package		Joomla.Site
 * @subpackage	com_hoteldirectory
 * @copyright	Copyright (C) 2013 - 2014 Open Source Matters, Inc. All rights reserved.
 * @license		GNU General Public License version 2 or later; see LICENSE.txt
 * @author		3asyJe(s)t - Corrado Catalani
 *
 * css library for strutturelist view
 */

#frame {
	border: 1px solid rgb(221, 221, 221);
	border-radius: 25px;
	padding: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.justify {
	text-align:justify;	
}