/*
    Document   : app
    Created on : 2011.10.21., 14:42:59
    Author     : kp
    Description:
        Purpose of the stylesheet follows.
*/


.spacer{
	height: 15px;
}

div.tooltip h3 {
	margin:0;
	font-size:18px;
	color:#fff;
}
#app-view .box {
	min-width: 720px;
	max-width: 1100px;
}

#app-view .box dl dt {
	min-width: 200px;
	width: 30%;
}

/*#app-view dl dd {
	max-width: 200px;
}*/

#app-view h3 ~ *:not(h3) {
	margin-left: .35em;
}

#app-view h3 ~ h3 {
	margin-top: 1em;
}


#app-view ol li {
	padding-top: 10px;
}
#app-view ol li:before {
	display: none;
}

#app-view ol li.first {
	padding-top: 0;
}
tr.app-deleted {
	color: lightgray;
	background-color: inherit;
}

.subscription-line {
	list-style: none!important;
	line-height: 20px;
}

.subscription-line > * {
	display: inline-block;
}
