@font-face {
	font-family: "Calibri";
	font-style: normal;
	font-weight: normal;
	src: local('Calibri'), url("/lib/fonts/Calibri.ttf") format('truetype');
	
}
@font-face {
  font-family: 'Droid Sans Mono';
  font-style: normal;
  font-weight: normal;
  src: local('Droid Sans Mono'), url('/lib/fonts/DroidSansMono.ttf') format('truetype');
}
@font-face {
  font-family: 'Droid Sans';
  font-style: normal;
  font-weight: normal;
  src: local('Droid Sans'), url('/lib/fonts/DroidSans.ttf') format('truetype');
}

.container-wide section { margin: 10px 20px 0; }
.container-wide article {
    font-size: 12px; font-family: 'Droid Sans'; color: #3f3f3f; text-shadow: rgba(0, 0, 0, 0.2) 0 2px 5px;
    display: block;
    padding: 10px 20px;
    background: rgba(255, 255, 255, 0.4);
    -webkit-border-radius: 8px;
    -khtml-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    margin-bottom: 10px;
    border: 1px solid rgba(0, 0, 0, 0.2);
}

#container-wide, .container-wide { width: 680px; margin: 0px; }
#container-narrow, .container-narrow { width: 300px; margin: 0px; }
.container-wide article section div:first-child { margin-bottom: 15px; }

table tbody tr td.val { text-align: center; }
table tbody tr td.root { vertical-align: top; font-weight: bold; }
#container-logo { background-image: url('/templates/default/pingpong/images/logo.jpg'); background-repeat: no-repeat; height: 305px }
#container-logo div.b { text-align: left; padding-left: 40px }
.wave { margin-bottom: 3px; }
