/* 
    Document   : design
    Created on : 3 sept. 2013, 21:22:39
    Author     : Robin
    Description:
        Purpose of the stylesheet follows.
*/

html {
	font-family: arial;
}

body {
	margin: 20px auto 0 auto;
	width: 800px;
}

h5 {
	margin-bottom: 10px;
}

.tablayout {
	display: table;
	width: 100%;
}

.row {
	display: table-row;
}

.row > div {
	display: table-cell;
	padding: 5px;
	vertical-align: top;
}

table {
	border-collapse: collapse;
	border: solid gray;
	border-width: 1px 1px 0 1px;
}

table tr {
	border-bottom: 1px solid gray;
}

table th, table td {
	padding: 3px 7px;
}

#jeu img {
	cursor: pointer;
}

#jeu, #scores {
	text-align: center;
	width: 230px;
}

#upgrades {
	width: 300px;
}

#upgrades strong {
	margin-bottom: 5px;
}

button {
	border: 1px solid gray;
	color: gray;
	margin-bottom: 10px;
	padding: 5px;
	text-align: left;
	width: 100%;
}

button.unlock {
	background-color: #ccffcc;
	color: black;
	cursor: pointer;
}

button.pressed {
	color: gray;
	-moz-box-shadow: inset 0px 0px 5px 0px #656565;
	-webkit-box-shadow: inset 0px 0px 5px 0px #656565;
	-o-box-shadow: inset 0px 0px 5px 0px #656565;
	box-shadow: inset 0px 0px 5px 0px #656565;
}


#scores table {
	margin: auto;
	text-align: left;
	width: 200px;
}
#scores table th {
	background-color: #f4f4f4;
}