#content{
    width:80%;
}

.mobile #content{
    width:100%;
}

#fixedPaneLeft{
    width:275px;
    height:-webkit-calc(100% - 20px);
    height:-moz-calc(100% - 20px);
}

#fixedPaneRight{
    height:-webkit-calc(100% - 20px);
    height:-moz-calc(100% - 20px);
}

#scrollingPane{
    width:-webkit-calc(100% - 300px);
    width:-moz-calc(100% - 300px);
}

.ie #scrollingPane{
    left: 300px;
}

.safari #scrollingPane{
    left: 300px;
}

.opera #scrollingPane{
    left: 300px;
}

.mobile #scrollingPane{
    width:70%;
}


#photo{
    width:95%;
}