html {
    overflow-y: scroll;
}

table tr td { font-size: 14px; }

table tr th { background-color: #EEE; }


body {
  padding-top: 70px; padding-bottom: 40px;
}

.panel-body {
  min-height: 600px;
}

.borderless tbody tr td, .borderless tbody tr th, .borderless thead tr th {
    border: none;
}

.iruna-armor {
	width: 200px;
}

.iruna-image {
	padding : 10px;
}

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-right: 3px;
    padding-left: 3px;
}

.row {
    margin-right: 0px;
    margin-left: 0px;
}

.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 2px;
}
.form-horizontal .form-group {
    margin-right: 0px;
    margin-left: 0px;
}

.form-control {
	padding: 3px 3px;
	height: 30px;
}

.btn {
	padding: 3px 3px;
	height: 30px;
}

.decoration_none {
	padding-left: 0px;
	list-style-type: none;
}
.decoration_none li {
	list-style-type: none;
}

.navbar-default .navbar-nav .open .dropdown-menu>.active>a, .navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus, .navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover {
    color: #fff;
    background-color: #e7e7e7;
}


		.reward, .reward a {
			color: #22CC22;
		}
		.experience, .experience a {
			color: #f26907;
		}
		.objective, .objective a {
			color: #af00ff;
		}
		.location, .location a {
			color: #39bcf9;
		}
		.monster {
			color: #22CC22;
		}
		.blacksmith {
			color: #af00ff;
		}
		.production {
			color: #ff004f;
		}
		.quest {
			color: #efb540;
		}
		.item {
			color: #a3a3a3;
		}

		.bold {
			font-weight: bold;
		}

		.combo_bonus {
			color: #39bcf9;
			font-weight: bold;
		}

		.weapon_bonus {
			color: #22CC22;
			font-weight: bold;
		}

		.weapon_type {
			color: #f26907;
			font-weight: bold;
		}

		.skill_description {
			color: #a3a3a3;
			font-weight: bold;
		}
    .small-font { font-size: 12px;}
    .small-font tr td { font-size: 12px;}
    p { margin-top: 15px; margin-bottom: 15px; }
