.shortlink {
	text-align: center;
}
.shortlink a {
	font-size: 1em !important;
	line-height: 1.2em !important;
}

.print-configuration {
	background-color: #9F9;
	cursor: pointer;
    width: 22%;
    margin: 5px;
    padding: 10px;
    position: relative;
    float: left;
}
.print-configuration.selected {
	background-color: #6B6;
}

/* radio buttons and checkboxes don't include whole line (only necessary letters) */
div.controls label {
    display: table;
}

.top {
    vertical-align: top;
}


/* reduce space between form lines */
.control-label {
    padding-top: 0 !important;
}
.controls {
    padding-top: 2px;
}
.control-group {
    margin-bottom: 10px !important;
}

.search-field input {
    padding: 0 0 0 5px !important;
	height: 20px !important;
}
