.sea-stocks-btn,
.sea-indices-btn{
	background: #00A055 !important;
	color: #fff !important;
	padding: 12px 20px;
	cursor: pointer;
	display: block;
	margin-bottom:15px;
}


table.stockindex {
	border-collapse: collapse;
	width: 100%;
}

table.stockindex td, table.stockindex th {
	border: 1px solid #dddddd;
	text-align: left;
	padding: 5px 8px;
}
table.stockindex th{font-size: 14px;}
table.stockindex td{font-size: 12px;}

table.stockindex tr:nth-child(even) {
	background-color: #dddddd;
}
.widget-head-wrap{
	text-align: center;
	padding: 10px;
	background: #00A055;
}
.company-right h2{
	margin: 0 !important;
	text-align: center;
	color: #fff;
}
.company-right h2 a{color: #fff !important;}

@media (min-width: 768px){
	.logo-left{
		width: 30%;
		float: left;
		margin-right: 2%;
	}
	
	.logo-left img{max-height: 50px !important;}
	
	.company-right{
		width: 68%;
		float: left;  
	}
}