﻿.welcometext, .marketbutton
{
    font-style: italic;
    color: #1a2674;
    
}

.marketbutton 
{
    
    text-align: center;
    font-style: normal;
    -moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
	background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
	background-color:#ededed;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #dcdcdc;
	padding:6px 24px;
	margin: 0 auto;
    width: 80%;
}

.eventchart 
{
    list-style-type: none;
    font-size: 115%;
    margin-left: -37px;
}

.eventchart li 
{
    width: 33%;
    float:left;
}



.btn-warning {
    color: black !important;
    font-weight: bold;
}