/* 
    Document   : Events table
    Created on : Sep 9, 2011, 9:56:25 AM
    Author     : Lucnd
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/
#jse-categories .jse-categories-content {
    border-bottom: 1px solid #CCCCCC;
    padding-top: 5px;
    width: 100%;
	display: table;
	padding-bottom: 10px;
	clear: both;
}
#jse-categories.general-categories .jse_image{
    border: 1px dotted #DDDDDD;
    padding: 6px;
}
#jse-categories .text-categories {
	clear: both;
}
#jse-categories .jse_text-categories-cols3 {
	float: left;
    margin-right: 20px;
}
#jse-categories .jse_text-categories-cols2 {
    margin-top: 10px;
}
#jse-categories .jse_text-categories-cols1 {
	float: left;
    margin-right: 20px;
}
#jse-categories .jse-lable {
    color: #4C4C4C;
    font-size: 2em;
    font-weight: bold;
    margin-bottom: 5px;
}
#jse-categories .jse-descriptin {
	color: #4C4C4C;
    font-size: 1em;
    margin-bottom: 5px
}
#jse-categories strong {
	color: black;
	font-weight: bold;
}
#jse-categories .jse_category {
	margin-right: 8px;
}
@media (max-width: 980px) {
	#jse-categories img{
		width: 100% !important;
		height: auto !important;
	}
	#jse-categories .jse_text-categories-cols3 {
		width: 100% !important;
		/*clear: both !important;*/
	}
}
@media (max-width: 768px) {
	
}
@media (max-width: 480px) {
	
}