/*
Theme Name: rems
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: rems
Tags:
*/

.additionalInfo {
    margin-bottom: 17px !important;
}

.additionalinfo-appbox {
    
    max-width:285px;
    padding: 17px 0 17px 14px !important;
    background: #dcdcdc;
    background: -webkit-linear-gradient(#dcdcdc 0%, #ffffff 100%);
    background: -o-linear-gradient(#dcdcdc 0%, #ffffff 100%);
    background: linear-gradient(#dcdcdc 0%, #ffffff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dcdcdc', endColorstr='#ffffff',GradientType=0 );
    border-radius:5px;
    box-shadow:0 1.5px 1px 0 #b6b6b6;
}

.additionalinfo-appbox p {
    color:#005477;
    font-size:14px;
    text-align:center;
    text-shadow:0 -1px 0 #fff;font-weight:700;
    font-smoothing:antialiased;
    -moz-font-smoothing:antialiased;
    -webkit-font-smoothing:antialiased;
    padding-left:18px;
    padding-top:3px;
    padding-bottom: 10px;
    display:table-cell;
    vertical-align:middle;
    letter-spacing:-.3px;
}

.additionalinfo-appbox img {
    display: block;
    margin: auto;
}