/* Change html headers color */
/*
h1,h2,h3,h4,h5 {
    color:#0071bc;
}
*/
h2.mc-text-danger,
h3.mc-text-danger  {
    color:red;
}

/* Change border radius of icon buttons */
.ui-btn-icon-notext.ui-corner-all {
    -webkit-border-radius: .3125em;
    border-radius: .3125em;
}
/* Change color of jQuery Mobile page headers */
/*
.ui-title {
    color:#fff;
}
*/
/* Center-aligned text */
.mc-text-center {
    text-align:center;
}
/* Top margin for some elements */
.mc-top-margin-1-5 {
    margin-top:1.5em;
}

.ui-btn.my-tooltip-btn,
.ui-btn.my-tooltip-btn:hover,
.ui-btn.my-tooltip-btn:active
{
 background: none;
 border: 0;
}

td.tbl-portfolio { font-size: 10pt }

.collapse_header .ui-btn {
    font-size: 12px
}

.footer-button-left,
.footer-button-right {
    position: absolute;
    margin: 0;
    top: auto;
    bottom: 0.24em;
}

.footer-button-left {
    left: 0.4em;
}
.footer-button-right {
    right: 0.4em;
}

.ui-content-bg
{
   background-color:#FFCC33;
   bcolor:#FFCC33;
}