.hover {
	width:100%;
	border-collapse:collapse;
}
.hover th{
	height:40px;
	background:#f77902;
	color:#edbc9f;
}
.hover td{
	height:40px;
	padding-top:30px;
	vertical-align:middle;
	border-bottom:1px solid #f7eee6;
	border-top-left-radius: 1px !important;
    border-top-right-radius: 1px !important;
    border-bottom-right-radius: 1px;
    border-bottom-left-radius: 1px;
	font-size: 14px;
	padding: 6px 10px;
	text-align:Left;
}
.hovertd a {
	width:100%;
	display:block
}
.hover tr {
	background:#cbcfd1;
	color:#1c1b1b
}
.hover tr:hover {
	background-color:#c0dbed;
}
.hover tr a {
	color:#045fb5;
	font-style:bold;
}
element.style {
}
.list-group-item:first-child {
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
}
a.list-group-item, button.list-group-item {
    color: #555;
}
.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd;
	border-top-left-radius: 5px !important;
    border-top-right-radius: 5px !important;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}
a {
    color: #21b384;
    text-decoration: none;
}
a {
    background-color: transparent;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
user agent stylesheet
a:-webkit-any-link {
    color: -webkit-link;
    cursor: pointer;
    text-decoration: underline;
}
body {
    font-family: proxima-nova,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 16px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff;
}
html {
    font-size: 10px;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
user agent stylesheet
html {
    color: -internal-root-color;
}
*:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
*:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}