/*
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 : Sep 16, 2016, 2:46:58 PM
    Author     : jack nguyen
*/
.jn_seminar_container{
    //max-height: 900px;
    //overflow-y: auto;
    //overflow-x: hidden;
}
.jn_button_block{
    width: 100%;
    display: flex;
    display: -webkit-flex;
}
.jn_button_center{
    margin: auto;
    align-self: center;
    -webkit-align-self: center;
    border: #f76504 1px solid;
    width: 300px;
    height: 40px;
    border-radius: 7px;
    cursor: pointer;
}
.jn_button_next{
    background: #f3f3f3 url("/images/jn_seminar/next_button.png") no-repeat center;
    margin-top: 8px;
}
.jn_button_previous{
    background: #f3f3f3 url("/images/jn_seminar/previous_button.png") no-repeat center;
    margin-bottom: 8px;
}
.jn_button_center:hover{
    opacity: 0.8;
    border: #f76504 2px solid;
}
