HTML, body{font-family:arial, verdana, sans, system; position:relative; height:100%; width:100%; min-height:100%;}
.dnd-app-wrap{height:100%; width:100%; position:relative;}

.visible{visibility:visible;}
.invisible{visibility:hidden;}
.printBtn{margin-left:15px;}
.dnone, .hide{display:none;}
.show{display:block;}
.dnd-loading-msg{font-family:arial, tahoma, sans, system; font-weight:bold; font-style: italic;}
.dnd-loading-msg .glyphicon{margin-right:6px; margin-left:14px;}
.print-only{display:none;}

.dnd-player-partial{margin:70px 25px 25px 25px; width:calc(100%-60);}
.spell-lvl-chooser{position:absolute; top:34px; left:0; right:0; line-height:24px; background:#fff; text-align:left; padding:2px 0 0 13px; border-bottom: solid 1px #ccc;}
.spell-lvl-chooser label{position:relative; top:1px;}
.spell-lvl-chooser label input{position:relative; top:2px;}
#diceRollRoll{overflow-y: scroll;}
#treeWrapper.showing-magic{
	top: 160px !important;
	height: calc(100% - 160px) !important;
	min-height: calc(100% - 160px) !important;
}

.toonTabs, .treeTabs{
	position:fixed;
	width:100%;
	z-index:9;
	background-color:#fff;
}
.toonTabs{
	top:-4px !important;
	padding-top:4px !important;
}
.treeTabs{
	top:54px !important;
	padding-top:2px !important;
}
.underTabs{
	padding-top:10px !important;
}

#treeWrapper .nav-tabs>li.active>a, #treeWrapper .nav-tabs>li.active>a:focus, #treeWrapper .nav-tabs>li.active>a:hover {
	/* background-color:#fafafa !important; */
}

#dnDetails{left:0; top:96px; width:100%; border:solid 0px #999; border-left-width:1px; overflow-y:auto; overflow-x:hidden;
	position:absolute; height:calc(100% - 96px); min-height:calc(100% - 96px); border-right:solid 1px #999;}
#dnDetails.dnd-srd-view{
	top:50px !important;
	height:calc(100% - 50px) !important; min-height:calc(100% - 50px) !important;
	overflow-y:hidden !important;
}
#dnDetails.halfScreen{width:50% !important;}
#dnDetails .dnd-show-pane{left:calc(100% - 18px) !important;}
#dnDetails.fullScreen{width:100% !important; padding-left:15px;}
#dnDetails.fullScreen .dnd-pane-button-left{left:calc(100% - 18px);}
#dnDetails iframe{position:relative; height:100%; width:100%;}
#dnDetails .dnd-char-header{position:fixed; top:60px; right:50%; background-color:#fff; z-index:98;}
#dnDetails.halfScreen .dnd-char-header{right:50%;}
#dnDetails.fullScreen .dnd-char-header{right:100%;}
#dnDetails.fullScreen .dnd-save-btn-wrap{position:fixed; top:60px; right:2%;}
#dnDetails.halfScreen .dnd-save-btn-wrap{position:fixed; top:10px; right:52%;}
#dnDetails .dnd-save-btn-wrap button .glyphicon{margin-right:6px;}
#dnDetails .nav-tabs{margin-top:55px;}

#treeWrapper{left:50%; width:50%; top:128px; overflow-y:auto; overflow-x:hidden; padding:10px 10px 10px 10px; position:relative; border-left:solid 0px #999;
	position:absolute; height:calc(100% - 128px); min-height:calc(100% - 128px);}
#treeWrapper.dnd-search-box-open{top:98px; height:calc(100% - 98px); min-height:calc(100% - 98px);}
}
#treeWrapper .dnd-toon-header{
	position:fixed; background-color:#fff; top:0; padding:5px 10px 5px 10px; z-index:9;
	left:50%;
	margin-right:-1px;
	display:none;
}
#treeWrapper .nav-tabs{}
#treeWrapper.halfScreen{left:50%; width:50%;}
#treeWrapper.halfScreen .tblBuilder{width:100%;}
.dnd-toon-header{ display:block; left:50%; margin-right:-1px; position:fixed !important; left:50%; top:8px; right:250px; z-index:9;}
#treeWrapper.halfScreen .dnd-pane-button-right{left:calc(50% + 2px);}

#tblTrained{}
.tblBuilder{width:99%;}

.dnd-pane-button{position:fixed; padding:2px; top:49%; z-index:99;}
.dnd-pane-button-left{left:calc(100% - 19px) !important;}
.dnd-pane-button-right{left:calc(50% - 19px);}
.dnd-char-sheet{position:fixed; top:12px; right:50%; z-index:99;}
.dnd-iframe{margin:0; padding:0; border:0;}

.dnd-loading{position:absolute; height:100%; width:100%; top:0px; left:0; z-index:999; background-color:#fff;
	padding:10px; border:solid 1px #ccc; font-style:italic; font-size:1.2em; font-weight:bold;}
.dnd-loading h1 {
	position: relative;
	color: rgba(0, 0, 0, .3);
	font-size: 5em
}
.dnd-loading h1:before {
	content: attr(data-text);
	position: absolute;
	overflow: hidden;
	max-width: 7em;
	white-space: nowrap;
	color: #69c;
	animation: loading 8s linear;
}
@keyframes loading {
	0% {
		max-width: 0;
	}
}

/*
* SKILLS
*/
.boldMe{font-weight:bold;}
table thead th {
	font-weight:bold;
}
table th {padding:10px;
}
table td {padding:0px 10px;
} 
td label.dnd-debuff {
	font-weight:normal;
	color:#eee;
}
td .dnd-tot-pts {margin-left:5px;}
td .dnd-untrained-pts {  color:#ccc;}
.tot-pts, .tot-hit, .tot-dmg{font-weight:bold; font-size:1.1em;}
.tot-dmg, .tot-hit{background-color:#ffffc1}
.tblNum{text-align:center;}

.dnd-ux-hide, .dnd-ux-show{font-weight:normal; font-size:.9em; margin:0 5px;}
.dnd-ux-links{margin-left:20px; float:right;}
.dnd-ux-links a{color:#ccc;}
.dnd-ux-links .glyphicon{margin:0px 15px 2px 4px; position:relative; top:-1px; cursor:hand;}
.dnd-ux-links label{font-weight:normal; color:#999;}
.tblBuilder a.dnd-ux-hide:hover,
.tblBuilder a.dnd-ux-show:hover{color:#37b !important;}

.dnd-pts {width:24px; text-align:center; background-color:#fff; margin-right:0px; border:solid 1px #ccc; border-radius:4px; position:relative; top:1px;}
.dnd-pts-active{background-color:#ffffc1 !important;}
.dnd-pts-gray{opacity:0.5 !important;}
.dnd-untrained .dnd-pts {background-color:#fff;}
.dnd-debuff .dnd-tot-pts {display:none;}
.pt-controls {margin-right:5px;}

.dnd-spell-gray .dnd-skill-title,
.dnd-spell-gray .dnd-tot-pts{color:#ccc;}
.dnd-skill{position:relative;}
.dnd-item-cost{font-weight:normal; position:absolute; left:410px; top:2px;}
.dnd-item-weight{font-weight:normal; position:absolute; left:510px; top:2px;}
.dnd-spend-line{display:block;}
.dnd-spend-line span{font-weight:bold;}

.indent1{padding-left:20px;}
.indent2{padding-left:40px;}
.indent3{padding-left:60px;}
.indent4{padding-left:80px;}
.indent5{padding-left:100px;}
.indent6{padding-left:120px;}

#addSkill{margin-top:30px;}
form input[type=text]{width:100px;}
form input.input-wide{width:300px;}
form label{margin-right:8px;}
form input{margin-left:4px;}
#addSkill span{display:block;}

.stats{ }
.stats_left{float:left; width:47%;}
.stats_left input[type=number]{width:70px;}
.stats_right{position:relative; right:9px;}
.stats label{display:inline; min-width:40px; width:40px !important;}

.dnd-stats{position:relative;}
.dnd-stats label{margin-right:3px;}
.dnd-stats-left{float:left; width:49%; text-align:left;}
.dnd-stats-right{float:right; width:49%; text-align:right;}
.dnd-stat{text-align:right;}
.dnd-stats input[type=text]{text-align:center; width:35px; font-weight:bold;}
.dnd-stats input[type=number]{width:40px;}

.total-skills{margin-left:15px; line-height:40px; font-weight:bold;}
.dnd-skill-pts .btn{font-weight:bold !important; font-size:1.6em !important;}
.dnd-skill-pts .btn .glyphicon{margin-right:10px;}

.dnd-skill-sums{ border:solid 1px #ccc; border-width:1px 0 1px 1px; }

.dnd-tr-labels td{border-top:solid 1px #999; border-bottom:solid 1px #999; font-weight:bold; }
.dnd-tr-labels .col0{border-top:0; border-bottom:0;}
.dnd-sheet-section{font-weight:bold;}
.dnd-sheet-section td{border-top:solid 1px #999 !important; padding-top:6px; }
td.col0, td.col4{ position:relative; }
td.col4{ }
.col0 .pts-down{float:right;}
.dnd-sheet-post{ float:right; color:#bbb;}
.pt-paint-red input{ background-color:red !important;}
/* Row Highlighting */
.tot-dmg, .tot-hit{background-color:#ffffff !important; }
.dnd-tr-labels td a{ color:black; }
.dnd-row-highlight td{ background-color:#ffffc1 !important; }
.dnd-row-highlight td a, .boldMe a{  color:black !important; }
.dnd-row-highlight td input{  font-weight:normal !important; }
.dnd-row-highlight .col6, .dnd-row-highlight .col7{ background-color:#fff !important; }
.dnd-row-highlight td.col6asdf { border:solid 1px #ccc !important; margin:1px !important;}

.missing-saves-msg{ background-color:red; color:#fff; font-weight:bold; padding:10px; margin:10px 0;}

#tblTrained{clear:both;}
#tblTrained thead{border-bottom:solid 1px #eee;}
#tblTrained tbody tr{border:solid 1px #f1f1f1; border-width:0 0 1px 1px;}
#tblTrained tbody td{border-right:solid 1px #f1f1f1;}
#tblTrained .indent1{padding-left:10px;}
#tblTrained .indent2{padding-left:20px;}
#tblTrained .indent3{padding-left:30px;}
#tblTrained .indent4{padding-left:40px;}
#tblTrained .indent5{padding-left:50px;}
#tblTrained .indent6{padding-left:60px;}

.dnd-update-btn{margin-left:8px;}

.dnd-level-mode .pts-up,
.dnd-level-mode .pts-down,
.dnd-level-mode .dnd-level-btn,
.dnd-level-mode .pt-controls input{background-color:orange !important;}
.pt-controls input.dnd-has-dm-pts{background-color:gold !important;}

/*
* Character Tab
*/

.char-row label{width:140px; text-align:right; margin-right:5px;}
.dnd-char-blob{width:290px; float:left; margin-right:10px; padding-right:10px; border-right: solid 1px #ddd;}
.dnd-char-blob hr{margin:10px 0;}
.dnd-char-blob h4{padding-left:15px;}
.dnd-char-blob:last-of-type{border-right:0px;}
.dnd-char-blob .char-row label{width:160px;}
.dnd-char-blob .char-row input[type=text],
.dnd-char-blob .char-row input[type=number]{width:110px;}
.dnd-char-blob .char-row .dnd-has-tmp{ }
.dnd-char-blob .char-row .dnd-tmp-pts{width:36px !important;}

.char-row-wrap{float:left; width:140px;}
.char-row-wrap .char-row input[type=text]{width:60px !important;}
.char-row-wrap .char-row label{width:55px !important;}

.char-eqpd-weaps{padding-left:12px;}
.char-eqpd-weaps .title{font-weight:bold; font-style:italic; position:relative; top:-4px;}
.char-eqpd-weaps span{font-weight:bold;}
.char-eqpd-weaps .char-eqpd-title{}
.dnd-stat-cond input[type=text], .dnd-stat-cond2 input[type=text],
.char-eqpd-weaps input[type=text]{
	width:36px;
	text-align:center;
	font-weight:bold;
	font-size:1.2em;
	line-height:1.2em;
	padding:1px 0px 0px 0px;
	position:relative;
	top:1px;
}
.char-eqpd-touch{margin-top:5px;}

.dnd-skill-sum{position:relative; float:left; width:192px; margin-right:0px; margin-left:10px; padding-right:10px; border-right:solid 1px #ccc;}

#dnDetails .dnd-char-blob .char-row{width:269px;}
#dnDetails .dnd-char-blob .no-stretch .char-row{width:126px; margin-right:0 !important; padding-right:0 !important;}
#dnDetails .dnd-char-blob .no-stretch{ position:relative; width:126px !important;}
#dnDetails .dnd-char-blob .char-row label{width:138px;}
#dnDetails .dnd-char-blob-encounter .char-row label{width:120px; vertical-align:top; margin-top:3px;}
#dnDetails .dnd-char-blob-encounter .char-row input[type=text]{width:150px;}
#dnDetails .dnd-char-blob-encounter #ConditionsPrint,
#dnDetails .dnd-char-blob-encounter .dnd-toon-condies{height:36px; width:140px; display:inline-block; margin:0;}
.condies-wrap{float:right; margin-right:24px;}
#dnDetails .dnd-char-blob-encounter #ConditionsPrint{float:right; height: auto;}

.dnd-char-attrs .char-row{margin-top:4px;}

.tblTxt input{border:0; margin-left:-10px; margin-right:-10px; padding-left:5px;}

.dnd-toon-img-wrap{text-align:center; position:relative;}
.dnd-toon-img{
	max-width:250px;
	max-height:250px;
	border:solid 3px #000;
	margin-top:10px;
	cursor:pointer;
	-webkit-box-shadow: 4px 4px 11px -4px rgba(57,54,57,1);
	-moz-box-shadow: 4px 4px 11px -4px rgba(57,54,57,1);
	box-shadow: 4px 4px 11px -4px rgba(57,54,57,1);
}
.boom{
	font-size:4em;
	text-align:center;
	position:absolute;
	top:20%;
	left:0;
	width:100%;
	color:#fff;
	font-weight:bold;
	text-shadow: 4px 4px 10px #333366;
}

/* textareas */
textarea{width:96%; margin:5px 10px; min-height:100px;}
.dnd-dets-tab{position:relative; min-height:80%;}
#dnDetails .dnd-ta-jreqs{height:100px;}
#dnDetails .dnd-ta-purse{width:100px;}
#dnDetails .dnd-ta-inventory{min-height:200px;}
#dnDetails .dnd-ta-notes{position:relative; min-height:400px;}

.dnd-auto-inventory{
	min-height:100px;
	width:96%;
	margin:5px 10px;
	max-height:200px;
	overflow-y:auto;
	border:solid 1px #aaa;
	position:relative;
	z-index:2;
}
.dnd-auto-inventory div span{display:inline-block; margin-right:20px; padding:0 10px;}
.dnd-inv-title{min-width:200px;}
.dnd-inv-num{width:80px;}
.dnd-inv-cost{width:80px;}
.dnd-inv-weight{width:130px;}
.dnd-inv-row span{text-align:right;}
.dnd-inv-row .dnd-inv-title{text-align:left;}
.dnd-inv-hd{font-weight:bold; border-bottom:solid 1px #aaa; display:block;}
.dnd-inv-hd span{border-right:solid 1px #aaa; text-align:right;}
.dnd-inv-hd .dnd-inv-title{text-align:left;}

/*
* Utility
*/
.starthidden {display:none;}
.dnd-narrow{text-align:right;}
.dnd-narrow label{width:110px;}
.dnd-narrow input{width:40px !important; text-align:center !important; padding-right:0px; font-weight:bold;}
.dnd-wide input{width:180px; text-align:left;}
.dnd-wide label{margin-right:15px;}
.padMe10{padding:10px;}
.dnd-show-feats{
	font-weight:normal;
	margin-left:6px;
	margin-right:14px;
	z-index:99 !important;
}
.dnd-show-all-feats{
	font-weight:normal;
}
.dnd-show-feats input{margin:1px 2px 0 0;}
.nav-tabs{margin-bottom:10px;}
.nav-tabs li{background-color:#f1f1f1; margin-right:2px; border-color:#999 !important; position:relative; top:-1px;}
.nav-tabs .active{background-color:#fafafa !important; position:relative; top:0px;}

#detailsItem{ border:0; margin:0; padding-top:0 !important;}

.dnd-admin-form{}
.dnd-admin-form input[type=text]{width:250px;}
.dnd-e-bonus{width:40px;}
.invisible{visibility:hidden;}
.nav-tabs>li>a{border:1px solid #ccc !important; border-bottom-color:transparent !important;}
.nav-tabs>li.active>a,.nav-tabs>li.active>a:focus,.nav-tabs>li.active>a:hover{border:1px solid #aaa !important; border-bottom-color:transparent !important;}
.nav-tabs{border-bottom-color:#ccc !important;}
/*
* Stat Shields
*/
.dnd-stat-blobs{width:300px; position:relative; height:135px;}
.dnd-stat-blob{float:left; width:57px; height: 120px; position:relative; font-weight:bold;}
.dnd-stat-shld{background:url('http://it.planetmundi.com/dntree/bg_shld.png') no-repeat 0 0;}
.dnd-stat-shld img,
.dnd-stat-rnd img{
	/*
	-webkit-box-shadow: 4px 4px 15px -4px rgba(62,61,62,1);
	-moz-box-shadow: 4px 4px 15px -4px rgba(62,61,62,1);
	box-shadow: 4px 4px 15px -4px rgba(62,61,62,1);
	*/
}
.dnd-stat-mod,
.dnd-search-tree{
	-webkit-box-shadow: 4px 4px 15px -4px rgba(62,61,62,1);
	-moz-box-shadow: 4px 4px 15px -4px rgba(62,61,62,1);
	box-shadow: 4px 4px 15px -4px rgba(62,61,62,1);
}
.dnd-stat-rnd{background:url('http://it.planetmundi.com/dntree/bg_rnd.png') no-repeat 0 0;}
.dnd-stat-shld, .dnd-stat-rnd{-webkit-print-color-adjust: exact;}
.dnd-stat-shld img, .dnd-stat-rnd img{position:absolute; top:0; left:0;}
.dnd-stat-blob .dnd-stat-val, .dnd-stat-blob .dnd-stat-tmp{position: absolute; left:0px; display:block; text-align:center; border:0; background:none !important;}
.dnd-stat-blob .dnd-stat-val{top:10px; font-size:1.8em; padding-left:0; width:100%;}
.dnd-stat-blob .dnd-stat-tmp{top:82px; color:#000; left:-2px;}
.dnd-stat-blob .dnd-stat-tmp input{width:37px; border:solid 1px #999; padding-left:3px; }
.dnd-stat-blob span{position: absolute; top:58px; display:block; text-align:center; width:100%; color:#fff; left:0px;}
.dnd-stat-cond{position:absolute; top:111px; left:12px;}
.dnd-stat-cond2{position:absolute; top:111px; right:24px; text-align:right;}
.dnd-stat-flat{font-weight:bold; margin-left:3px;}
input.dnd-read-stat{
	background-color: #666 !important;
	color:#fff !important;
	width:36px !important;
	border:solid 1px #000 !important;
	-webkit-box-shadow: 3px 3px 11px -3px rgba(57,54,57,1);
	-moz-box-shadow: 3px 3px 11px -3px rgba(57,54,57,1);
	box-shadow: 3px 3px 11px -3px rgba(57,54,57,1);
}
#bodyMap{height:681px; width:578px; position:relative; left:-30px;}
#bodyMap input[type=text]{
	position:absolute;
	width:188px;
	height:26px;
	border:solid 1px #333;
	padding-left:5px;
	font-size:.91em;
	font-style:italic;
	font-weight:bold;
	-webkit-box-shadow: 4px 4px 11px -4px rgba(57,54,57,1);
	-moz-box-shadow: 4px 4px 11px -4px rgba(57,54,57,1);
	box-shadow: 4px 4px 11px -4px rgba(57,54,57,1);
}
#bodyMap .head{top:25px; left:13px;}
#bodyMap .neck{top:44px; right:4px;}
#bodyMap .arms{top:86px; left:13px;}
#bodyMap .hands{top:104px; right:4px;}
#bodyMap .ring1{top:149px; left:13px;}
#bodyMap .ring2{top:159px; right:4px;}
#bodyMap .main{top:262px; left:13px;}
#bodyMap .off{top:218px; right:4px;}
#bodyMap .waist{top:264px; right:4px;}
#bodyMap .armor{top:313px; right:4px;}
#bodyMap .feet{top:388px; left:13px;}
/*
* Some Colors
*/
#treeWrapper {background-color:#fafafa;}
.tblBuilder{background-color:#fafafa; margin-top:0px;}
.nope{opacity:0.3;}

.dnd-narrow input,
.dnd-char-blob .char-row .dnd-has-tmp{background-color:#fafafa; border:solid 1px #000; font-weight:bold; padding-left:2px; text-align:center;}

.dnd-header{position:absolute; top:0; left:0; z-index:3; background:#fff; width:100%;}

.dnd-toon-tile{float:left; width:180px; height:217px; padding:10px; border:solid 2px #1b6d85; cursor:pointer;
	margin-right:15px; margin-bottom:15px; border-radius:5px; position:relative; background-color:#fcfcfc;}
.dnd-toon-tile img{width:160px; max-height:160px;}
.dnd-toon-tile span{display:block; text-align:center; font-weight:bold; color:#036; position:absolute; bottom:3px; left:0px; right:0px;}
.dnd-toon-tile:hover span{text-decoration:underline;}

.dnd-search-bar{position:fixed; top:97px; right:2px; z-index:99;}
.dnd-search-bar input{height:33px !important;}
.dnd-search-box{width:120px;}
.dnd-search-box-wide{width:220px; top:56px !important;}
.dnd-search-tree{width:99% !important;}
.dnd-tree-bar{
	text-align: right;
	border-bottom: solid 1px #ccc;
	margin: 0px 0 7px 0;
	padding: 8px 0 0px 0px;
	background-color: #fff;
	position: fixed;
	z-index: 1;
	left: 50%;
	right:0;
	top: 97px;
	height:34px;
}

#PrintNotes{display:none !important;}
#ConditionsPrint{display:none !important;}
#CombatNotesPrint{display:none !important;}
#InventoryPrint{display:none !important;}


#meleeAttackTable{border-collapse: collapse;}
#meleeAttackTable th, #meleeAttackTable td{padding:0 !important; border:solid 1px #eee !important;}
#meleeAttackTable td input[type=checkbox]{}
input[type=number]{width:40px;}
#meleeAttackTable td input[type=text]{width:100px;}
.dnd-rolll-bones{margin-right:10px;}

.dnd-skill-table{}
.dnd-skill-table input[type=number]{padding:0px; margin-bottom:1px; width:30px;}
.dnd-skill-stat{opacity:0.5; position:relative; top:-2px; }
.dnd-skill-table .dnd-skill-userd{opacity:1.0;}

#diceRollRoll{background-color:#fff; position:fixed; top:0px; left:50%; right:0; bottom:0; z-index:9999; z-index:10; padding-top:16px;}
#bodyMap{float:right; width:420px; margin-top:18px; height:460px; margin-right:-20px;}
.dnd-details-pane > div{clear:none;}
.dnd-details-pane .dnd-char-blob{float:left;}
.clearme{clear:both !important;}
.dnd-del-toon{margin-top: 30px;}

@media print {
	.print-only{display:block !important;}
	#detailsItem{ display:none !important; }
	#dnDetails {  height: auto !important;  border:solid 0px red !important; overflow:hidden; margin-top:0; padding-top:0;}
	#dnDetails .dnd-pane-button{display:none !important;}
	#dnDetails .dnd-dets-tab{display:block !important;}
	#dnDetails .ng-hide {  display: block !important;  }
	#dnDetails #tblTrained .ng-hide{display:none !important;}
	body .print-no {  display: none !important;}
	body .print-yes {  display: block !important;  }
	.dnd-stat-lbl{color:#fff !important;}

	.padMe10{padding:0 !important;}

	#tblTrained tr{display:none;}
	#tblTrained tr.print-row{
		display:table-row !important;
	}
	#tblTrained tr td{font-weight:normal !important;}

	.dnd-auto-inventory{ max-height:inherit !important; overflow: visible; clear:both !important; margin-top:30px;}

	div.page {
		position:relative;
		page-break-after: always !important;
		page-break-inside: avoid;
		-webkit-region-break-inside: avoid;
	}
	table.page{
		position:relative;
		page-break-after: always !important;
		page-break-inside: avoid;
		-webkit-region-break-inside: avoid;
	}
	#SheetNotes{display:none !important;}
	#PrintNotes{white-space:pre-wrap; display:block !important; padding:10px; border:solid 1px #999;}
	.dnd-char-blob #ConditionsSheet{display:none !important;}
	.dnd-char-blob #ConditionsPrint{white-space:pre-wrap; display:block !important; padding:10px; border:solid 1px #999; position:relative; left:-10px;}
	.dnd-char-blob #CombatNotesSheet{display:none !important;}
	.dnd-char-blob #CombatNotesPrint{white-space:pre-wrap; display:block !important; padding:10px; border:solid 1px #999;}
	.dnd-dets-tab #InventorySheet{display:none !important;}
	.dnd-dets-tab #InventoryPrint{white-space:pre-wrap; display:block !important; padding:10px; border:solid 1px #999;}
	.condies-wrap{float:right; margin-right:4px !important;}

	body, .underTabs{padding-top:0 !important; margin-top:0 !important;}

	.dnd-loading{border:solid 0px #ccc !important;}
	#bodyMap input{border:0 !important; float:none !important;}
	.dnd-details-pane{border-width:0 !important; clear:both !important;}
	.dnd-dets-title{position:relative;}
}