
    body{
        font-family: verdana;
        font-size: 14px;
    }
    .row{
        display: table;
        width: 900px;
        margin: 0 auto;
        position: relative;
    }
    .cell{
        display: table-cell;
        vertical-align: middle;
    }
    .banc{
        width: 80px;
        height: 80px;
        cursor: pointer;
    }
    .top{
        width: 900px;
        margin: 0 auto;
    }

    .h2{
        margin-top: 20px;
        font-weight: 700px;
        font-size: 27px;
        margin-bottom: 30px;
    }

    .h3{
        font-weight: 700px;
        font-size: 22px;
        color: black;
        margin-bottom: 30px;
    }

    .plat{
        width: 300px;
        text-align: center;
        font-size: 20px;
        color: orangered;
    }
    .mes{
        width: 200px;
        text-align: center;
    }
    .mes select{
        width: 80px;
        text-align: center;
    }
    .tarif{
        width: 220px;
        cursor: pointer;

    }
    .tarif:hover{
        color: orangered;
    }
    .comment{
        border-bottom: 1px solid #e0e0e0;
        padding-bottom: 6px;
        padding-top: 3px;
        color: gray;
        padding-left: 30px;
        background-image: url("img/com.png");
        background-repeat: no-repeat;
        width: 95%;
    }
    .kredit_table{
        display: table;
        margin: 0 auto;
        background-color: white;
        padding: 20px;
        margin-bottom: 20px;
    }
    .infa{
        display: none;
        width: 850px;
        /*height: 150px;*/
        margin: 25px;
        box-sizing: border-box;
    }

    .price-edit{
        display: none;
        border: 1px solid gray;
        width: 230px;
        padding: 10px;
        margin-bottom: 10px;
        border-radius: 10px;
        background-color: #ffffff;
    }
    .price-edit input{
        width: 140px;
        margin-right: 10px;
        padding: 0px;
        height: 24px;
    }
    .price-edit button{
        border: 1px solid #af9a9a;
        height: 25px;
        border-radius: 3px;
        background-color: #ffb637;
        color: #503434;
    }
    .pen{
        float: right;  
        margin-left: 10px; 
        margin-top: 5px;
        opacity: 0.5;
    }
    .pen:hover{
        opacity: 1;
    }

    #otp-form{
        position: fixed;
        top: 50%;
        left: 50%;
        width: 378px;
        background-color: white;
        margin: -150px 0 0 -200px;
        display: none;
        border-radius: 10px;
        box-shadow: 0px 0px 6px 1px rgba(0,0,0,0.5);
        text-align: center;
        padding: 11px;
        padding-top: 100px;
        background-image: url("img/otp-logo.jpg");
        background-repeat: no-repeat;
    }
    #otp-form input {
        margin: 3px;
        padding: 3;
    }

    #alpha-form{
        position: fixed;
        top: 50%;
        left: 50%;
        width: 378px;
        background-color: white;
        margin: -150px 0 0 -200px;
        display: none;
        border-radius: 10px;
        box-shadow: 0px 0px 6px 1px rgba(0,0,0,0.5);
        text-align: center;
        padding: 11px;
        padding-top: 100px;
        background-image: url("img/alfabank-logo.jpg?v=2");
        background-repeat: no-repeat;
    }
    .close {
        width: 40px;
        height: 40px;
        background-color: #ff5545;
        border-radius: 0px 10px 0px 0px;
        position: absolute;
        right: 0px;
        top: 0px;
        background-image: url(img/close.png);
        opacity: 0.7;
        cursor: pointer;
    }
    .close:hover{
        opacity: 1;
    }
    .alfa-input{
        background: #fbfbfb;
        font-family: Arial, Helvetica, sans-serif;
        color: 333;
        border: 1px solid #CCCCCC;
        padding: 6px;
        margin: 4px 0px;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        -khtml-border-radius: 2px;
        border-radius: 2px;
    }

    .lgota{
        background-color: orange;
    }
    #alpha-form input[disabled] {
        opacity: .6;
        cursor: not-allowed;
    }