.contextCanvas
{
    position:relative;
    width:100%;

    color:#444;
    font-family: 'Open Sans','Helvetica Neue', Helvetica;
    font-size:86%;
    line-height:1.45;
}

.contextContent
{
    min-height:260px;
    padding:1.5%;
    padding-right:1.2%;
    padding-bottom:25px;
    margin-bottom:15px;

    background-color:#F7F7F7;
    border-color:white;
    border-style:solid;
    border-width:6px;
    border-radius:6px;
    box-shadow: 0px 0px 8px 0px #AAA;
}

.contextTitle a:link {text-decoration: none; color:#444;}
.contextTitle a:visited {text-decoration: none; color:#444;}
.contextTitle a:active {text-decoration: none; color:#444;}
.contextTitle a:hover {text-decoration: none; color:#20ACF0;}


.contextLeft
{
    float:left;
    width:685px;
    margin-right:15px;

}
.contextRight
{
    min-width:460px;
    width:auto;
    overflow:hidden;
}

.contextTitle
{
    float:left;

    font-family:'Roboto Condensed';
    font-size:22px;
    font-weight:400;
    line-height:26px;

    color:#3B3B39;
    margin-bottom:12px;
}

.contextMore
{
    float:right;
    margin-right:10px;
    cursor:pointer;
}
