/* Wolfram Lightweight Grid Manager 
   This is for the common Pod on the right sidebar

   developer:   tajudeen
   requires:    lightweightgrid.css
   ========================================================================== */

/* ==========================================================================
   Common Styles
   ========================================================================== */

#getitPod .podGrayBG {
    padding: 5px 25px;
}

#getitPod .podGrayBG {
    background: #f9f9f9;
    padding: 5px 25px;
    border-top: 1px solid #e3e3e3;
}

.sbpodContainer {
    width: 255px;
    margin: 10px 2px 0 15px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
    background: url(/common/images2010/m8/podGradientBG.gif) repeat-x #fff;
}

#getitPod .getbutton {
    background: #dd1100;
    border: 1px solid #b00f00;
    color: #fff !important;
    border-radius: 4px;
    cursor: pointer;
    display: inline-block;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1;
    padding: 0.41rem 2.5rem 0.5rem 2.5rem !important;
    text-align: center;
    margin-bottom: 20px;
    font-family: Arial, Helvetica, sans-serif;
}

#getitPod .getbutton a, #getitPod .getbutton a:link {
    color: #fff !important;
}

#getitPod .getbutton:hover {
    background: #fe0000;
    color: #fff;
}

#getitPod .podContent {
    padding: 15px 20px 30px 30px;
}

#getitPod .question {
    display: flex;
    align-items: flex-start;
}

#getitPod .question .greytext {
    font-size:12px;
    color: #666666;
    font-family: Helvetica, sans-serif;
}