﻿
 @font-face {
        font-family: byekan;
        src: url("/Content/fonts/BYekan.otf"); /* EOT file for IE */
    }

    @font-face {
        font-family: byekan;
        src: url("/Content/fonts/BYekan.ttf"); /* TTF file for CSS3 browsers */
    }


    @font-face {
        font-family: byekan;
        src: url("/Content/fonts/BYekan.woff"); /* TTF file for CSS3 browsers */
    }


    @font-face {
        font-family: byekan;
        src: url("/Content/fonts/BYekan.woff2"); /* TTF file for CSS3 browsers */
    }


.btimercircle {
        width: 38px;
        height: 38px;
        -webkit-border-radius: 25px;
        -moz-border-radius: 25px;
        border-radius: 25px;
        padding-top: 2px;
        border: 1px solid black;
        text-align: center;
    }

    #btimerBox{
        /*height:60px;*/
        background-color:inherit;
        border-radius: 2px;
        /*padding-top: 5px;
        margin-top: 10px;
        margin-bottom: 15px;*/
    }
     

    .btimerColumns{
        width: 44px;
    }

    #btimerFirstRow{
        font-family: arial;
        font-size: 24px;
    }

    #btimerSecondRow
    {
        font-size: 14px;
    }



    #btimerBoxInner{
        color: black;
        border:none;
        font-family: byekan;
    }

     



    @media(max-width:768px)
    {
         #btimerBoxInner{
         margin-left:auto;
         margin-right:auto;
          }

    
    }


    @media(min-width:769px)
    {
        #btimerBoxInner{
        margin-right: 7px;
          }

        

    }

    #btimerFirstRow>td
    {
        padding: 0;
    }


    #btimerSecondRow>td
    {
        text-align:center;
        padding: 0;
    }
