/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 18/Jan/2015, 22:20:06
    Author     : exp
*/

/**
 * This part ONLY WORKS with the Platon theme.
 * If users use a different theme, they will have to add some custom CSS to make this work.
 */
body.opigno-quiz-app-fullscreen #site-header,
body.opigno-quiz-app-fullscreen #site-footer,
body.opigno-quiz-app-fullscreen #breadcrumb,
body.opigno-quiz-app-fullscreen #title-wrapper,
body.opigno-quiz-app-fullscreen #tabs,
body.opigno-quiz-app-fullscreen #first-sidebar {
  display: none;
}

body.opigno-quiz-app-fullscreen #site-content
{
    margin-top:0px;
}

body.opigno-quiz-app-fullscreen #second-sidebar {
  width: 100%;
}

body.opigno-quiz-app-fullscreen .row {
  max-width: none;
}

#nextlink {
    margin-top: 30px;
    float: right;
}
