/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

 .BCGovstatWidget {
	/*border: 2px solid red;*/
	padding: 0px;
}

.stat-table{
	display: table;
    padding: 0px;
    margin-bottom: 0px;
    width: 100%;
    border-spacing: 6px;
    border-collapse: separate;
}

.statTitle{
	color: white;
}

.stat-row {
	display: table-row;
	width: 100%;
}

.statText {
    font-size: large;
    color: rgb(51,91,132);
}

.statValue {
	color: black;
	float: right;
	font-size: large;
  padding-right: 2px;
}

.statValueData{
	background-color: white;
	color: #d9d9d9;
}

.statTextData{
	border:none;
}

.shadow {
  -moz-box-shadow:    1px 1px 1px 2px #ccc;
  -webkit-box-shadow: 1px 1px 1px 2px #ccc;
  box-shadow:         1px 1px 1px 2px #ccc;
}

.site-stats-container p{
	margin: 0px;
}

#container {
    display: table;
    width: 100%;
    }

#row  {
    display: table-row;
    }

#left, #right{
    display: table-cell;
    }

#right{
    	float: right;
    }