﻿@charset "utf-8";
/* CSS Document */

/********* Start Left Box *********/
.media-title {
    color: white;
    font-size: 15px;
    top: 34px;
    background: black;
    padding: 6px 10px;
}
.nav-tabs>li>a {
    color: white;
    margin-left: 5px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 0;
    background-color: #b19333;
    padding: 2px 6px;
}

.box-ads{
    margin: 20px 0;
}
.box-ads img{
    margin: 0 auto;
    display: block;
}


/********* End Left Box *********/


/********* Start Main *********/
.main{
    padding: 10px 15px;
    direction: rtl;
    margin-bottom: 40px;
}
.main .box{

}
.main .box .paragraf{

}
.main .box .paragraf table{
    width: 100%;
    text-align: center;
}
.tables tr{
    height: 50px;
    
}
.tables tr td input{
    width: 100% ;
}
.tables tr td select{
    width: 100% ;
}
.tables tr td h6{
    color: #e2bf4e ;
    font-size: 14px;
}
.tables tr td:first-child{
    width: 17%;
   
}
.tables tr td:last-child{
    
}



/********* End Main *********/

