

/* Media queries  */
@media all and (min-width: 720px) {
    div.ui-content {
        max-width: 720px;
        margin-left: auto;
        margin-right: auto;
    }
}


div.strokeScorecard {
    /*margin-left:auto;
    margin-right:auto;*/
    max-width:550px;
}
.strokeScorecard table {
    width:100%;
    font-size: 10px;

}
.strokeScorecard tr{
    width:100%;
}

.strokeScorecard thead tr{
}
.strokeScorecard thead tr th {
    font-style:normal;
    font-weight:normal;
    text-align: center;
    background-color: #a9a9a9;
    color:white;
}
.strokeScorecard tbody tr {
}

.strokeScorecard tbody tr td {
    background-color: white;
}




/* jQuery UI Tabs override  */
#tabs {
	padding: 0px;
	background: none;
	border-width: 0px;
}
#tabs .ui-tabs-nav {
    font-size: 9px;
	padding-left: 0px;
	background: transparent;
	border-width: 0px 0px 1px 0px;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
}
#tabs .ui-tabs-panel {
	/*background: url(images/ui-bg_highlight-hard_100_f5f3e5_1x100.png) repeat-x scroll 50% top #f5f3e5;*/
	border-width: 0px 0px 0px 0px;
    width:100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;

}
