/*
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 : Feb 15, 2018, 8:11:42 AM
    Author     : Jordan
*/


.teacher-only{
    visibility: hidden;
}

.student-only{
    visibility: hidden;
}

.tourButtons{
    display:inline;
}

.tourButton{
    background-color:orange;
    color:white;
    padding:3px;
}