body{
    background: #f9f9f9;
    font-family: IRANSansWeb_FaNum_Medium;
}

ul{
    margin: 0;
}

#header-top{
    background: #333333;
    color: #fff;
    min-height: 40px;
}

header{
    background: indigo;
    min-height: 100px;
}

#content{
    min-height: 400px;
}

#footer-bottom{
    background: indigo;
    min-height: 100px;
}

.main-frame{
    min-height:300px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 60px;
}

.main-frame div,
.main-frame label,
.main-frame input,
.main-frame button
{
    direction: ltr;
}

.main-frame button{
    padding: 7px 24px;
    line-height: 1.6;
    background-color: #A62E50;
    color: #FFF;
    border: none;
    border-radius: 2px;
    outline: 0;
    font-weight: 200;
}

#question-div{
    width: 800px;
}

#question-div table td {
    text-align:right;
    /*border: 1px solid black;*/
    /*padding:6px;*/
    vertical-align: middle;
    padding: 10px;
}

#question-div table td:nth-child(even) {
    padding-left: 0px;
}

#question-div table td:first-child {
    text-align:center;
}

#question-div table th {
    text-align:center;
}

#question-div label{
    font-weight: normal;
    direction: rtl;
    margin: 0;
    width: 100%;
    font-size: 12px;
    text-align: justify;
}

#question-div input[type='radio']{
    transform: scale(1.5);
}

#footerbottom {
    position: fixed;
    bottom: 0;
    width: 100%;
    padding: 20px;
}

#result-div{
    width: 800px;
}

#result-div table.result-table{
    width: 100%;
    font-size:11pt;
    border-left:1px solid black;
    border-bottom:1px solid black;
    color: #333333;
    border-collapse:collapse;
    direction: ltr;
    cellspacing : 0;
    cellpadding: 4px;
}

#result-div table tr{
    /*border: 2px solid black;*/
    border: 0;
}

#result-div table th{
    color:White;
    background-color:#A62E50;
    /*border: 1px solid white;*/
    border: 0;
    font-weight:bold;
    text-align:center;
}

#result-div table td {
    text-align:center;
    border: 0;
    padding:6px;
    vertical-align: middle;
}

#result-div table.result-table td {
    width: 33.33%;
}

.result-table{
    margin: 0;
}

.result-table img{
    width: 150px;
}

.result-table td{
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    height: 130px;
}

.result-table .competition{
    background: url("../img/shark.png");
}

.result-table .interact{
    background: url("../img/owl.png");
}

.result-table .interest{
    background: url("../img/fox.png");
}

.result-table .avoid{
    background: url("../img/turtle.png");
}

.result-table .surrender{
    background: url("../img/bear.png");
}

.result-table td div{
    background: rgba(255,255,255,0.9);
    width: 40px;
    height: 40px;
    border-radius: 50px;
    display: inline-block;
    padding-top: 4px;
    text-align: center;
    border: 1px dashed black;
    font-size: 25px;
}

#result-div table tr{
    background-color:#EFF3FB;
}

#error-div > div{
    padding: 15px;
}

#chk , #reset{
    margin: 15px;
}

nav {
    float: right;
}

nav .menu li a span {
    font-size: 13px;
    transition: 0.5s;
}

nav .menu li a span:hover {
    opacity: 1.0;
    transition: 0.5s;
}

.container {
     padding-right: 0;
     padding-left: 0;
}

@media (min-width: 1200px)
{
    .container {
        width: 85%;
    }
}

.rb{
    border-right: 1px solid #ddd;
}