﻿#main-holder 
{
    
}
#examGroup-list 
{
    padding:10px 2%;
}
#quiz-header 
{
    display:block;
    height:280px;
    background:url('../Images/exams.jpg');
    background-size:cover;
    background-size:100% 100%;
    border:solid 1px #ddd;
}
#examGroup-list .col-md-2
{
    margin-top:20px;
    float:right;
    padding:0px 8px;
    
}
#examGroup-list .holder 
{
    display:inline-block;
    width:100%;
    border:solid 1px #ccc;
    text-align:center;
    background:white;
    -moz-border-radius:10px 10px 0px 0px;
    -webkit-border-radius:10px 10px 0px 0px;
    -khtml-border-radius:10px 10px 0px 0px;
    border-radius:10px 10px 0px 0px;
}
#examGroup-list .icon 
{
    display:block;
    width:155px;
    max-width:100%;
    margin:0px auto;
    padding:110px 0px 40px 0px;
    background:url('../Images/quiz2.png') no-repeat center center;
}
#examGroup-list h6 
{
    border-bottom:solid 1px silver;
    padding:0px 5% 6px;
    margin:0px;
    font-size:14px;
}
#examGroup-list h6 a
{
    color:#222;
    height: 38px;
    overflow: hidden;
    display: inline-block;
    line-height: 1.4em;
}
#examGroup-list h6 a:hover
{
    color:rgb(245, 14, 120);
}
#examGroup-list a.download-btn 
{
    display:block;
    padding:4px 0px 7px;
    text-align:center;
    color:white;
    background-color: #2c7adf;
}
.en-lang{font:13px tahoma;line-height:1.8em}h6.en-lang{margin:4px 0 0}