#calcContainer {
	position: relative;
	text-align: left;
	min-height: 1020px;
	/*
	min-width: 320px;
	text-align: center;
	*/
}
#calcWrapper {
	text-align: left;
	margin: 0px auto 0px 270px;
	max-width: 800px;	
}
#calcWrapper h2 {
	margin: 10px 0px;
}

#calcFooter {
	display: block !important;
	font-size: 0.9em;
	color: #777;
	padding: 2px 10px;
	border-top: 1px solid #aaa;

	/*
	text-align: center;
	background: #ddd;
	text-shadow: -1px 1px 1px #fff;
	*/
}
#calcFooter img {
	height: 25px;
	vertical-align: -7px;
	margin-right: 10px;
}

.scoreDescription {
	padding: 10px 20px;
}
.calcItem {
	padding: 10px 20px 10px 10px;
	border-bottom: 1px solid #ddd;
}

.calcItem input[type="text"], .calcItem input[type="number"] {
	width: 100px;
	margin-top: -3px;
}

#calcScoreWrapper {
	top: 10px;
}

.calcDescription h2 {
	font-size: 1.3em;
	margin: 0px 0px 5px 0px;
	display: block;
}

label.withNumber {
	margin-right: 95px;
	width: auto;
}

table.sampleBridgingProtocol .checkmark {
	display: none !important;
}
table.sampleBridgingProtocol .checkedNo {
}
table.sampleBridgingProtocol .checkmarkImage {
	display: inline !important;
}

#calcMenu {
	width: 250px;
	text-align: left;
	position: absolute;
	top: 0px;
	left: 0px;
        height: 100%;
}
#calcMenuContents {
	border: 1px solid #ccc;
	background: white;
        overflow-y: auto;
        height: 100%;

}
#calcMenuContents > h2 {
	background: #eee;
	color: #555;
	font-size: 1em;
	font-weight: bold;
	padding: 5px 20px;
	margin: 0px;
	border-bottom: 1px solid #ccc;
}
#calcMenuContents > a {
	display: block;
	padding: 5px 20px;
	border-bottom: 1px solid #eee;
	text-decoration: none;
	color: #555;
}
#calcMenuContents .selected {
	color: #FFFFFF;
	background: #1d2a75;
}

#calcMenuButton {
	display: none;
}

.calcItem ul {
	list-style: disc;
}

.calcDescription.perioperativeAnticoagulantAlgorithm {
	display: block;
}

.scoreItem li {
	list-style: disc;
}

li.other-recomm-item {
    list-style-position:outside;
}

.antithromboticAlgorithm .examples {
    font-style: italic;
}

@media screen and (max-width: 767px) {
	#calcMenu {
		z-index: 1;
		width: auto;
		max-width: 500px;
		position: static;
	}
	#calcMenuButton {
		display: inline-block;
		background: #666;
		color: white;
		padding: 4px 20px;
		text-decoration: none;
		margin-bottom: 5px;
		border-radius: 5px;
	}
	#calcMenuContents {
		z-index: 1;
		display: none;
		box-shadow: 0px 5px 20px #000;
		position: absolute;
		background: white;
	}
	#calcWrapper {
		margin: 0px;
	}
	#calcFooter img {
		display: block;
		margin-bottom: 10px;
	}

}

#printLink {
	display: inline-block !important;
}