@import url(http://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css);
.center {
	text-align: center;
}
.right {
	text-align: right;
}
.left {
	text-align: left;
}


.fireems {
	margin:0px;padding:0px;
	width:80%;
	border:1px solid #000000;
	border-top-left-radius:0px;
}
.fireems table{
    border-collapse: collapse;
    border-spacing: 0;
	width:100%;
	height:100%;
	margin:0px;padding:0px;
}

.fireems tr:nth-child(odd){
	background-color:#eeeeee;
}
.fireems tr:nth-child(even) {
	background-color:#ffffff;
}
.fireems td{
	vertical-align:middle;
	border:1px solid #000000;
	border-width:0px 1px 1px 0px;
	text-align:center;
	padding:7px;
	font-size:12px;
	font-family:Arial;
	font-weight:bold;
	color:#000000;
}

.fireems td:first-child{
	text-align:left;
}
.fireems tr:last-child td{
	border-width:0px 1px 0px 0px;
}
.fireems tr td:last-child{
	border-width:0px 0px 1px 0px;
}
.fireems tr:last-child td:last-child{
	border-width:0px 0px 0px 0px;
}
.fireems tr:first-child td{
	background-color:#808080;
	border:0px solid #000000;
	text-align:center;
	border-width:0px 0px 1px 1px;
	font-size:14px;
	font-family:Arial;
	font-weight:bold;
	color:#ffffff;
}
.fireems tr:last-child td{
	background-color:#808080;
	border:0px solid #000000;
	text-align:center;
	border-width:1px 1px 0px 0px;
	font-size:14px;
	font-family:Arial;
	font-weight:bold;
	color:#ffffff;
}

.fireems tr:first-child:hover td{
	background-color:#808080;
}
.fireems tr:first-child td:first-child{
	border-width:0px 0px 1px 0px;
}
.fireems tr:first-child td:last-child{
	border-width:0px 0px 1px 1px;
}
