@font-face {
    font-family: "SukhumvitSet";
    src: url(../fonts/SukhumvitSet-Text.ttf);
  }
body{
    background: #6B6B6B;
    font-family: 'SukhumvitSet', Courier, monospace;
}
body.widget{
    background: #FFFFFF !important;
}
.txt-white{
    color: #ffffff;
}

.bg-orange{
    background: #F3B13D;
}
.circle-text {
    display: table-cell;
    height: 200px; /*change this and the width
    for the size of your initial circle*/
    width: 200px;
    text-align: center;
    vertical-align: middle;
    border-radius: 50%;
    /*make it pretty*/
    color: #fff;
    font: 26px "josefin sans", arial; /*change this
    for font-size and font-family*/
    }

    /*jmobile*/
    .ui-overlay-a{
        background-color: #6B6B6B;
    }
.movie-list thead th,
.movie-list tbody tr:last-child {
    border-bottom: 1px solid #d6d6d6; /* non-RGBA fallback */
    border-bottom: 1px solid rgba(0,0,0,.1);
}
.movie-list tbody th,
.movie-list tbody td {
    border-bottom: 1px solid #e6e6e6; /* non-RGBA fallback  */
    border-bottom: 1px solid rgba(0,0,0,.05);
}
.movie-list tbody tr:last-child th,
.movie-list tbody tr:last-child td {
    border-bottom: 0;
}
.movie-list tbody tr:nth-child(odd) td,
.movie-list tbody tr:nth-child(odd) th {
    background-color: #eeeeee; /* non-RGBA fallback  */
    background-color: rgba(0,0,0,.04);
}


.text-big-orange{
    font-size:38px;
    color: #F3B13D;
}