﻿.grid
{
    margin-top:20px;
    width:100;
    height:400px;
    overflow:auto;
    font-size: 14;
    font-family: 'Roboto';
}


.grid table{
    width: 100%;
    font-size: 14;
    font-family: 'Roboto';
}
.grid table:first-child
{
	width:100%;
	border:1px solid #fff;
	border-collapse:collapse;
}

.grid table:last-child
{
	width:100%;
	border:1px solid #fff;
	border-collapse:collapse;
}

.grid table:last-child tr
{
	height:1px;
	text-align:center;
}

.grid table:last-child tr td a
{
    color:Black;
}

.grid table:last-child tr td
{
    color:Black;
}

.grid table:last-child tr td
{
	vertical-align:middle;
}

.grid table:first-child tr
{
	background:#FFF;
}

.grid table:first-child tr:nth-child(odd)
{
		background: #E0F4F6;
}

/*  Define the background color for all the EVEN background rows  */
.grid table:first-child tr:nth-child(even)
{

}

.grid table:first-child th
{
	background:#20B7C9;
	border:1px solid #fff;
	padding:5px;
	word-break: break-all;
}

.grid table:first-child td
{
	border:1px solid #fff;
	padding:5px;
	color:#666;
	word-break: break-all;
}
