body {
    /*background-image:url("../img/parchment_5_by_allocer2009-d4rlr5t.jpg");*/
    /*background:url(http://www.docksiderestaurants.com/site/wp-content/themes/dockside0.4/images/sm-parchment.jpg);*/
    
    background-position:center center;
    background-attachment:fixed;
    /* background-repeat:repeat-x; */
}
.ui-page {
    background-image:url("../img/scroll.jpg");
    background-position:center center;
    background-attachment:fixed;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.iconSize{
    width:25%;
    height:100%;
}

.checkboxes{
    float:right;
}
.wrap {
    white-space: normal !important;
    clear:both;
}

.BtnSpacing{
    display: block;
    margin: 0 auto;
}
td{
    text-align:center;
}

.centerText{
    text-align:center;
}

#NavigationBars{
	height:100%;
}

.pointBox{
    width:25px;
    text-align:center;
    margin:auto;
    border-style:solid;
    padding:5px;
}
.AbilityScoreTableColor{
    background:black;
    color:white;
    border-style:solid;
    border-width:medium;
}
.AbilityScoreTableSizing{
    width:40px;
}
.iconStuff{
    border-style:none;
}
.tableCenter{
    margin:auto;
    border-collapse:collapse;
}
.plusMinus{
    float:right;
    clear:block;
}
/*info button*/
.ui-btn.my-tooltip-btn,
.ui-btn.my-tooltip-btn:hover,
.ui-btn.my-tooltip-btn:active {
    background: none;
    border: 0;
}

.custom-corners .ui-bar {
  -webkit-border-top-left-radius: inherit;
  border-top-left-radius: inherit;
  -webkit-border-top-right-radius: inherit;
  border-top-right-radius: inherit;
}
.custom-corners .ui-body {
  border-top-width: 0;
  -webkit-border-bottom-left-radius: inherit;
  border-bottom-left-radius: inherit;
  -webkit-border-bottom-right-radius: inherit;
  border-bottom-right-radius: inherit;
}

.footerText{
    font-size: 10px;
    text-align:center;
}