/* my css */


  .sidebar-myuser{
      background:#fff;
      color:#153d77;
      padding:1.5rem 1rem 1rem;
      text-align:center
      
  }

  .sidebar-myuser img{
      background:#d4e5fc;
      height:150px;
      width:150px
      
  }
  
  .mycard-title{
      color:#3e4676;
      font-size:1.2rem;
      line-height:1.5
      
  }

    .fx{
        width:110px;
        font-size: 12px;
    }

/* start - Brackettable */

table.brktable {
    padding: 0px;
    border: 0px;
    margin: 0px 0px 0px 10px; 
}

table.brktable tr {
    padding: 0px;
    border: 0px;
    margin: 0px;
}

table.brktable td {
    padding: 0px;
    border: 0px;
    margin: 0px;
    vertical-align: middle;
    font-family: arial; 
    line-height: 1.25;
    font-size: 11px;
    white-space: nowrap;
}



/* end - Brackettable */
 

/* end my css */