/*** stylesheet infotable.css to be imported at the beginning of the sitename.css file when the resource infotable located in the extension module is used, that is: 
@import url(/system/modules/ch.ethz.sed.bootstrap.extensions/resources/css/infotable.css);
 ***/

.infotable .margin-bottom-30 {
	margin-bottom:0px !important;
    color: #000000;
    font-family: Verdana,Arial,sans-serif;
    font-size: 14px;
    line-height: 19px;
}

.infotable a, .infotable p, .infotable li {
	font-size: 14px;
    line-height: 19px;
	color:#000
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
	color:#000;
	font-weight:normal;
	margin-top:0px;
	font-family: Verdana,Arial,sans-serif;
	
}

.infotable h1, .infotable .h1 {
	font-size: 28px;
    line-height: 35px;
}

.infotable h2, .infotable .h2 {
	font-size: 27px;
    line-height: 33px;
}

.infotable h3, .infotable .h3 {
	font-size: 22px;
    line-height: 27px;
}

.infotable h4, .infotable .h4 {
	font-size: 18px;
    line-height: 21px;
}

.infotable table.default_table {
	width:100%
}

.infotable table, .infotable tr, .infotable td {
	border-spacing:0px
}

.default_row {
	border-top:1px solid #000;	
}

.default_label {
	font-weight:700;
	padding-top:5px
}

.default_content {
	padding-top:5px
}

.it_separator {
	width:100%;
	border-bottom:1px solid #000
}

.label10, .label20, .label25, .label33, .label50, .label66,.label75, .label80, .label90 {
	padding-bottom: 10px;
	padding-right:10px;
	vertical-align:top
} 

.label10 {
	width:10%
}
.label20 {
	width:20%
}

.label25 {
	width:25%
}

.label33 {
	width:33%
}
.label50 {
	width:50%
}
.label66 {
	width:66%
}
.label75 {
	width:75%
}

.label80 {
	width:80%
}
.label90 {
	width:90%
}

.content10, .content20, .content25, .content33,.content50,.content66,.content75, .content80, .content90 {
	vertical-align:top
}

.content10 {
	width:10%
}

.content20 {
	width:20%
}

.content25 {
	width:25%
}

.content33 {
	width:33%
}

.content50 {
	width:50%
}

.content66 {
	width:66%
}

.content75 {
	width:75%
}

.content80 {
	width:80%
}

.content90 {
	width:90%
}



