/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * 
 *
 * Matt's overides and additions to MoonCake Simple
 *
 *
 */

/* login.css ------------------------------   */

body
{
    background: #fff url(../images/layout/bg/furley_bg.png);
}
@media (min-width: 481px)
{
    .login-wrap.test
    {
      width: 500px;
    }
}
.summary-list > ul > li .full-key
{

    float: left;
    font-weight: bold;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 10px 0;
    display: block;
}
.summary-list > ul > li .full-key [class^="icon-"], 
.summary-list > ul > li .full-key [class^="icol-"], 
.summary-list > ul > li .full-key [class^="icos-"], 
.summary-list > ul > li .full-key [class*=" icon-"], 
.summary-list > ul > li .full-key [class*=" icol-"], 
.summary-list > ul > li .full-key [class*=" icos-"]
{
    font-size: 16px;
    margin-right: 4px;
    vertical-align: text-top;
}