Template:NinaCombo/NinaComboStyle.css

Template page
.nina_combo_header {
	background-color: lightgray;
}

.nina_combo_row {
	min-height: 34px;
}

.nina_combo_row > div {
	float: left;
}

.nina_combo_launcher {
    width: 100px;
	border:1px solid;
	padding:5px;
}

.nina_combo_combo {
	width: 500px;
	border: 1px solid;
	border-left: 0px;
	padding: 5px;
}

.nina_combo_damage {
	width: 100px;
	border: 1px solid;
	border-left: 0px;
	padding: 5px;
}

.nina_combo_notes {
	width: 215px;
	border: 1px solid;
	border-left: 0px;
	padding: 5px;
}


.clear:after {
    clear: both;
    content: "";
    display: table;
}