.underline-href{
    text-decoration: underline;   
}

i.magnifier-options-button{
    float: none;
    width:30px;
    height: 30px;
    background: url("/static/img/publishers/exhibit_with_us/magnifier_unhover.png");
    display: block; 
    clear: both; 
    margin: 0 auto;
    cursor: pointer;
}

i.magnifier-options-button:hover
{
    background: url("/static/img/publishers/exhibit_with_us/magnifier_hover.png");
}

.text-center{
    text-align: center;
}

.option-icon-box{
    position: relative;
    text-align: center;
    font-style: italic;
    line-height: 12pt;
    font-family: georgia;
}

.option-icon-wrapper{
    position: relative;
    height: 190px;    
}
.option-icon-wrapper-inner
{
    height: 100%;
    position: relative;
    margin: 0 auto;
}

.center-image{
    display: block;   
    position: relative;
    margin:  auto;
}

@media (max-width: 768px){
    .option-icon-wrapper{
        height: auto;        
    }
    .option-icon-box{
        margin-bottom: 20px;
    }
}

.option-icon-wrapper table{
    height:100%;
   width: 100%;
   margin: 0;
   padding: 0;
   border: 0;
}

.option-icon-wrapper tr{
    
}

.option-icon-wrapper td{   
    vertical-align: bottom;
}

.big-image{
    height: 380px;
}
