#content{
    width:80%;
}

.mobile #content{
    width:100%;
}

#fixedPaneLeft{
    width:265px;
}

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

.ie #scrollingPane{
    left: 290px;
}

.safari #scrollingPane{
    left: 290px;
}

.opera #scrollingPane{
    left: 290px;
}

.mobile #scrollingPane{
    width:70%;
}

#photo{
    width:95%;
}