.row-fluid {
    width: 100%;
    height: 310px;
}

.row-fluid:before, .row-fluid:after {
    display: table;
    content: "";
    line-height: 0;
}
.row-fluid:before, .row-fluid:after {
    display: table;
    content: "";
    line-height: 0;
}



.table {
    
    table-layout: fixed;
}
.table {
    margin-bottom: 0;
}
.table-bordered {
    border: 1px solid #dddddd;
    border-collapse: separate;
    border-left: 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.table {
    width: 100%;
    margin-bottom: 20px;
}
table {
    display: table;
    border-collapse: separate;
    border-spacing: 2px;
    border-color: grey;
}
table {
    max-width: 100%;
    background-color: transparent;
    border-collapse: collapse;
    border-spacing: 0;
}

thead {
	width: 100%;
	height: 28px;
}

.table thead th {
    vertical-align: bottom;
}
.table th, .table td {
    vertical-align: middle;
}
.table-bordered th, .table-bordered td {
    border-left: 1px solid #dddddd;
}
.table-condensed th, .table-condensed td {
    padding: 4px 5px;
}
.table th {
    font-weight: bold;
}
.table th, .table td {
    padding: 7px;
    line-height: 20px;
    text-align: center;
    vertical-align: top;
    border-top: 1px solid #dddddd;
}

#row th{
	width: 100px;
	padding-left: 10px;
	height: 28px;
}
#row tbody tr:nth-child(odd){
	background: #f9f9f9;
}
#row a{
	text-decoration: none;
}
.clearfix{
	width: 100%;
    text-align: center;
    margin-top: 25px;
}
