
/*#########################################
# Semi-dynamic CSS generated by PHP       #
# (the lazy man's way of writing CSS)     #
#########################################*/

.ios * {
    cursor: pointer;
}

body {
	background: #000;
	color: rgba(204, 155, 155, 1) ;
	font-family: 'Raleway', sans-serif ;
	margin: 0px;
}
body a {
	border-bottom: 1px solid rgba(255,255,255,0.2);
	color: #FFF;
	padding-bottom: 0px;
	text-decoration: none;
        cursor: pointer;
}
body a:hover {
	border-bottom: 1px solid rgba(255,255,255,1);
	color: #FFF;
	transition: all ease-in 0.2s;
}
	
h1 {
	color: rgba(255, 255, 255, 1);
	font-family: 'Montserrat', sans-serif ;
	text-transform: uppercase;
}

h1 a {
	color: rgba(255, 255, 255, 1);
	text-decoration: none;
}

h2 {
	color: rgba(255, 255, 255, 1);
	font-family: 'Montserrat', sans-serif ;
	text-transform: uppercase;
}

h2 a {
	color: rgba(255, 255, 255, 1);
	text-decoration: none;
}

h3 {
	color: rgba(255, 255, 255, 1);
	font-family: 'Montserrat', sans-serif ;
        font-size: 14px;
	text-transform: uppercase;
}

h3 a {
	color: rgba(255, 255, 255, 1);
	text-decoration: none;
}

h4 {
	color: rgba(255, 255, 255, 1);
	font-family: 'Montserrat', sans-serif ;
        font-size: 14px;
        margin-bottom: 1em;
}

h4 a {
	color: rgba(255, 255, 255, 1);
	text-decoration: none;
}

p {
	text-align: justify;
        color: rgba(204, 155, 155, 1);
}

em {
        color: rgba(230, 180, 180, 1);
}

ul {
        list-style-type: square;
}

/*#########################################
# Layout                                  #
#########################################*/

.whitetab {
	background-color: white;
}

.container {
	/* The middle strip which contains everything else. */
	background-color: rgba(34, 0, 0, 1) ;
	height: 100%;
	margin: auto;
	padding: 0px;
	width: 900px;
}

.header {
	/* The top of container.*/
	background: url('/images/banner.jpg');
	background-repeat: repeat-x;
	height: 150px;
	padding: 0px;
	width: 900px;
}

.navmenu {
	/* The navigation menu - there are two of these with a navlogo in between to create the split menu. */
	float: left;
	height: 80px;
	margin-top: 70px;
	padding-left: 5px;
	padding-right: 5px;
	width: 400px;
}
.navmenu a, .navmenu .dropdown button {
        cursor: pointer;
        outline: none;
        background: none;
        border: none;
	border-bottom: 1px rgba(255, 255, 255, 0) solid;
	color: #FFF;
	font-family: 'Montserrat', sans-serif ;
	font-size: 14px;
	padding: 0px 5px 0px 5px;
	text-transform: uppercase;	
	text-decoration: none;
	transition: all ease-out 0.2s;
}
.navmenu a:hover {
	border-bottom: 1px #FFF solid;
	color: #FFF;
	padding-bottom: 5px;
	transition: all ease-in 0.2s;
}

.accordion header {
    display: inline-block;
    cursor: pointer;
}
.accordion header h2 {
    margin: 10px 0;
}
.accordion header h3 {
    margin: 7px 0;
}
.accordion header > *::before {
    display: inline-block;
    content: '\25b6';
    font-size: 0.6em;
    vertical-align: top;
    margin: 0.2em 0.4em 0 0;
    transition: all 0.3s ease-out;
}
.accordion.open header > *::before {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

.tab-bar {
    padding: 0 5px;
    margin: 5px 5px;
    border-bottom: 2px white solid;
}
.tab-bar button, .tab-bar a, .tab-bar a:hover {
    display: inline-block;
    background: rgba(34, 0, 0, 1);
    border: 2px white solid;
    color: white;
    font-family: 'Montserrat', sans-serif;
    margin: 2px 0 -2px;
    padding: 10px;
    text-transform: uppercase;
    font-size: 14px;
    cursor: pointer;
    transition: none;
}
.tab-bar button:focus {
    outline: none;
}
.tab-bar button.selected, .tab-bar a.selected, .tab-bar a.selected:hover {
    border-bottom-color: rgba(34, 0, 0, 1);
}

.header-banner {
        margin: -20px 0 0 -20px;
}
.header-banner-image {
        width: 900px;
        max-height: 333px;
}
.header-gallery {
        width: 900px;
        height: 333px;
        position: relative;
        background: black;
}
.header-gallery figure {
        margin: 0;
}
.header-gallery figure img {
        max-width: 100%;
        max-height: 100%;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
}
.gallery-button {
        cursor: pointer;
        background: none;
        border: none;
        font-size: 40px;
        color: #bbb;
        outline: none;
}
.gallery-button:hover {
        color: #ddd;
}
.gallery-button.selected {
        color: #fff;
}

.gallery {
        border: 1px white solid;
        position: relative;
        overflow-x: scroll;
}
.gallery .gallery-thumb {
        margin: 5px;
        border: 1px white solid;
        cursor: pointer;
        transition: transform 0.1s;
}
.gallery .gallery-thumb:hover {
        transform: scale(1.05);
}
.gallery .gallery-overlay {
        position: fixed;
        left: 0;
        top: 0;
        width: 100vw;
        height: 100vh;
        background: rgba(0, 0, 0, 0.5);
}
.gallery .gallery-overlay button {
        outline: none;
        border: none;
        cursor: pointer;
}
.gallery .gallery-overlay .gallery-full .gallery-overlay-exit-button {
        opacity: 0;
        position: absolute;
        top: 15px;
        right: 15px;
        padding: 0;
        width: 3vw;
        height: 3vw;
        background: url('/images/cross_grey.svg') center / 90% 90% no-repeat;
        transition: background 0.2s ease-out, opacity 0.2s ease-out;
}
.gallery .gallery-overlay .gallery-full:hover .gallery-overlay-exit-button {
        opacity: 1;
}
.gallery .gallery-overlay .gallery-full:hover .gallery-overlay-exit-button:hover {
        background: url('/images/cross_grey_pale.svg') center / 100% 100% no-repeat;
}
.gallery .gallery-overlay .gallery-full .gallery-overlay-prev-button, .gallery .gallery-overlay .gallery-full .gallery-overlay-next-button {
        opacity: 0;
        position: absolute;
        top: 50%;
        padding: 0;
        width: 4vw;
        height: 12vw;
        background: url('/images/chevron_left_grey.svg') center / 90% 90% no-repeat;
        transition: background 0.2s ease-out, opacity 0.2s ease-out;
}
.gallery .gallery-overlay .gallery-full:hover .gallery-overlay-prev-button, .gallery .gallery-overlay .gallery-full:hover .gallery-overlay-next-button {
        opacity: 1;
}

.gallery .gallery-overlay .gallery-full:hover .gallery-overlay-prev-button:hover, .gallery .gallery-overlay .gallery-full:hover .gallery-overlay-next-button:hover {
        background: url('/images/chevron_left_grey_pale.svg') center / 100% 100% no-repeat
}
.gallery .gallery-overlay .gallery-overlay-prev-button {
        left: 0;
        transform: translateY(-50%) scaleX(-1);
}
.gallery .gallery-overlay .gallery-overlay-next-button {
        right: 0;
        transform: translateY(-50%);
}

.clock div, .clock span {
        color: rgba(204, 155, 155, 1);
}
.clock .days, .clock .hours, .clock .minutes, .clock .seconds {
        display: inline-block;
}
.clock .counter {
        font-size: 1.1em;
        text-align: center;
}
.clock .label {
        font-size: 0.8em;
}
.clock .divider {
        display: inline-block;
        font-size: 2em;
        vertical-align: top;
        margin: 0 0.2em;
}

.summary-card {
        position: relative;
        padding: 15px 0 0 15px;
        margin: 10px;
        border: 2px white solid;
        transition: background 0.2s ease-out;
}
a > .summary-card:hover {
        background: rgb(50, 0, 0);
}
.summary-card .image {
        display: inline-block;
        margin-bottom: 15px;
}
.summary-card .content {
        display: inline-block;
        width: 83%;
        vertical-align: top;
        margin: 5px 15px;
}
.summary-card .content h3 {
        margin: 0 0 5px;
}
.summary-card .content h3.showtitle {
        font-size: 1.1em;
        display: inline-block;
}
.summary-card .content .showdate {
        margin-left: 0.5em;
}
.summary-card .content .tagline {
        margin: 0.2em;
}
.summary-card .content .left-panel {
        display: inline-block;
        width: 60%;
        vertical-align: top;
}
.summary-card .content .right-panel {
        display: inline-block;
        width: 40%;
        vertical-align: top;
}
.summary-card .content ul {
        color: rgba(204, 155, 155, 1);
        padding-left: 1.6em;
}
.summary-card .content ul.show-list {
        list-style: none;
        padding-left: 0;
}
.summary-card .content ul.show-list li {
        border-bottom: 1px white solid;
        margin-bottom: 20px;
}

.homepage-showcard-content {
    display: flex;
    flex-flow: column nowrap;
}
.homepage-showcard-content__header {
    display: flex;
    flex-flow: row nowrap;
}
.homepage-showcard-content__body {
    display: flex;
    flex-flow: column nowrap;
}
.homepage-showcard-content__footer {
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-end;
}

.search-results-dropdown {
    position: absolute;
    background: rgba(34, 0, 0, 1);
    z-index: 2;
    min-width: 250px;
    -webkit-box-shadow: 0px 5px 10px 2px black;
    -moz-box-shadow: 0px 5px 10px 2px black;
    box-shadow: 0px 5px 10px 2px black;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    text-align: center;
    position: absolute;
    background-color: rgba(34, 0, 0, 1);
    -webkit-box-shadow: 0px 5px 10px 2px black;
    -moz-box-shadow: 0px 5px 10px 2px black;
    box-shadow: 0px 5px 10px 2px black;
    min-width: 100%;
    z-index: 2;
}

.dropdown-content.right {
    right: 0;
}

.dropdown-content .divider {
        height: 2px;
        margin: 5px 10px;
        background: white;
}

.dropdown-content a, .search-results-dropdown a {
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    white-space: nowrap;
}
.dropdown-content a:hover, .search-results-dropdown a:hover {
    padding: 12px 16px;
    background: rgb(50, 0, 0);
    border-bottom-color: rgb(50, 0, 0);
}

.navmenu a.area, .navmenu .dropdown button.area {
	/* The currently highlighted navmenu option - the 'area' the user is currently in. */
	background: #FFF;
	color: #000;
	padding-top: 5px;
	padding-bottom: 5px;
}

.navlogo {
	/* The TG logo in the middle */
        display: block;
        background-image: url('/images/logooutline.png');
	height: 150px;
	width: 80px;
	float: left;
}

.reserve-button::before {
        content: ' ';
        display: inline-block;
        background: url('/images/ticket_icon.svg'); 
        background-size: 100% 100%;
        width: 2em;
        height: 2em;
        vertical-align: middle;
        margin: 0 0.3em;
}

.sign-in-button {
        display: inline-block;
        border: none;
        margin-left: 10px;
        border-radius: 2px;
        padding: 3px 12px;
        background: #666;
        color: white;
        text-transform: none;
        font-family: 'Montserrat', sans-serif;
        cursor: pointer;
        transition: background 0.2s ease-out;
}

.sign-in-button:hover {
        background: #555;
        border: none;
        padding: 3px 12px;
}

.main {
	/* The section where all the interesting stuff happens - between the header and footer. */
	padding: 20px;
}

.footer {
	height: 50px;
	padding: 20px;
	clear: both;
	width: 860px;
}
.footer p {
	font-size: 12px;
}
.socnet-link, .socnet-link-large {
        display: inline-block;
        position: relative;
        width: 20px;
        height: 20px;
        background-size: 100% 100%;
}
.socnet-link::after, .socnet-link-large::after {
        content: ' ';
        display: block;
        position: absolute;
        left: 10%;
        bottom: 3%;
        width: 80%;
        height: 90%;
        background: rgba(255, 255, 255, 0);
}
.socnet-link:hover::after, .socnet-link-large:hover::after {
        background: rgba(255, 255, 255, 0.2);
        transition: background-color 0.2s ease-out;
}
.socnet-link-large {
        width: 5em;
        height: 5em;
}
.twitter-link {
        background-image: url('/images/socnet_twitter.png');
}
.facebook-page-link {
        background-image: url('/images/socnet_fb.png');
}
.facebook-group-link {
        background-image: url('/images/socnet_group.png');
}
.youtube-link {
        background-image: url('/images/socnet_youtube.png');
}
.instagram-link {
        background-image: url('/images/socnet_instagram.png');
}

.eventdate {
	/* WHAT DOES THIS DO? */
	background-color: #FFF;
	color: rgba(34, 0, 0, 1) ;
	padding: 5px;
}

.tagline {
    color: #fff;
}

.award-box {
        border-bottom: 1px white solid;
        padding-bottom: 8px;
        display: table;
        width: 700px;
}

/*#########################################
# Nice user interface stuff               #
#########################################*/

.button {
        cursor: pointer;
	background-color: rgba(34, 0, 0, 1);
	color: #FFF;
	font-family: 'Montserrat', sans-serif ;
	margin: 10px;
	padding: 10px;
	text-transform: uppercase;
	font-size: 16px;
}

.button, .button:hover {
	border: 2px #FFF solid;
}

.button:disabled {
        cursor: default;
        color: #aaa;
        border-color: #aaa;
}

.button:hover:not(:disabled) {
	background-color: #FFF;
	color: rgba(34, 0, 0, 1) ;
}

.button_small {
	background-color: rgba(34, 0, 0, 1);
	border: 2px #FFF solid;
	color: #FFF;
	font-family: 'Montserrat', sans-serif ;
	margin: 5px;
	padding: 5px;
	text-transform: uppercase;
	font-size: 10px;
        cursor: pointer;
}

.button_small:disabled {
        cursor: default;
        color: #ddd;
        border-color: #ddd;
}

.button_small:hover:not(:disabled) {
	background-color: #FFF;
	color: rgba(34, 0, 0, 1) ;
}

.textentry, .textentry_huge, .textentry_small {
        background-color: #DDD;
	background-image: url('images/picborder.png');
	background-repeat: repeat;
	color: rgba(34, 0, 0, 1) ;
	font-family: 'Montserrat', sans-serif ;
	text-align: left;
	border: none;
	margin: 10px;
	text-transform: uppercase;
	font-weight: 700;
}
.textentry_small {
	font-size: 12px;
	padding: 5px;
}
.textentry {
	font-size: 14px;
	padding: 10px;
}
.textentry_huge {
	font-size: 16px;
	padding: 10px;
}
/* modifiers for textentry */
.case-sensitive {
	text-transform: none;
}
.mono {
	font-family: Consolas, mono;
	font-weight: normal;
}

/* Pretty YES/NO switch checkbox */
.switch_yn {
	display: none;
}

.switch_yn + label {
	background: rgba(34, 0, 0, 1) ;
	border: 1px #fff solid;
	padding: 9px;
        cursor: pointer;
	display: inline-block;
	position: relative;
	margin-right: 30px;
	width: 45px;
	box-shadow: 0 0 1px rgba(0,0,0,0.6);
	height: 10px;
}

.switch_yn + label:before {
	content: ' ';
	position: absolute;
	background-image: url('images/picborder.png');
	background-repeat: repeat;
	background-color: rgba(34, 0, 0, 1) ;
	border: 2px #FFF solid;
	top: -3px;
	z-index: 99999;
	left: -3px;
	width: 21px;
	height: 30px;
}

.switch_yn + label:after {
	content: 'NO';
	position: absolute;
	top: 7px;
	left: 34px;
	font-size: 14px;
	font-family: 'Montserrat', sans-serif ;
	color: rgba(204, 155, 155, 1) ;
}

.switch_yn:checked + label:after {
	content: 'YES';
	left: 8px;
	color: #FFF;
}

.switch_yn:checked + label:before {
	content: ' ';
	position: absolute;
	z-index: 99999;
	left: 44px;
}
.switch_yn + label:after, .switch_yn + label:before, #checkbox label {
	-webkit-transition: all 0.1s ease-in;
	transition: all 0.1s ease-in;
}

/* Pretty Radio Button */
.radio_btn {
	display: none;
}

.radio_btn + label {
	display: inline-block;
        color: white;
        font-size: large;
        cursor: pointer;
        position: relative;
        padding-left: 40px;
        padding-bottom: 5px;
        margin-right: 15px;
}

.radio_btn + label:before {
	content: '';
        display: inline-block;
        width: 30px;
        height: 30px;
        margin-right: 10px;
        position: absolute;
        left: 0;
        bottom: 0px;
        border: white solid 2px;
}

.radio_btn + label:after {
	content: '';
        display: inline-block;
        width: 20px;
        height: 20px;
        position: absolute;
        left: 7px;
        bottom: 7px;
        background-color: #AAA;
        opacity: 0;
        transition: opacity 0.1s ease-in;
}

.radio_btn:checked + label:after {
        opacity: 100;
}

/*#########################################
# Other layout gimmicks                   #
#########################################*/

.imgframe {
	/* The striped border around images. */
	border: 2px #FFF solid;
	margin: 20px;
	padding: 10px;
	background-image: url('images/picborder.png');
	background-repeat: repeat-both;
}

.sidebox {
	/* A box that sits to the side of a page - use with 'right-float' or 'left float'. */
	border: 2px #FFF solid;
	margin: 10px;
	padding: 10px;
	width: 300px;
}
.sidebox h3 {
	background-color: #FFF;
	color: rgba(34, 0, 0, 1) ;
	font-family: 'Montserrat', sans-serif ;
	font-size: 14px;
	padding: 2px 5px 2px 5px;
	text-transform: uppercase;
}
.sidebox p {
	color: #FFF;
	font-size: 12px;
	margin-left: 15px;
}
.sidebox ul {
	margin-left: 0;
        padding-left: 30px;
}
.sidebox ul li {
	margin-bottom: 10px;
}

.showtitle {
	/* Specially formatted title for Show pages. */
	font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    text-transform: uppercase;
	margin-right: 10px;
}

.external-review-list {
        text-align: center;
        font-size: 1.1em;
        margin-bottom: 10px;
}

.external-review-list > div {
        font-size: 1.4em;
}

.external-review-list .star {
        display: inline-block;
        width: 1em;
        height: 1em;
        margin-right: 0.3em;
        background-image: url('images/star_white.png');
        background-size: 100% 100%;
}

.external-review-list .star.half {
        width: 0.5em;
        background-size: 200% 100%;
}

.external-review-list p {
        text-align: center;
        margin: 0;
}

.allcaps {
	/* Woops, not really sure where this is used tbh. */
	color: #FFF;
	font-family: 'Montserrat', sans-serif ;
	font-size: 14px;
	text-transform: uppercase;
}

.single-line {
        white-space: nowrap;
}
.single-line > div {
        display: inline-block;
}

.flowing-block-list > div {
	font-family: 'Montserrat', sans-serif; 
	font-size: 12px; 
	padding: 10px;
	text-transform: uppercase; 
	vertical-align: top;
	width: 100px;
        display: inline-block;
}

.grayscale {
	/* Ugly-ass filter code to turn profile pictures black and white. It's classy. */
	//filter: url("data:image/svg+xml;utf8,<svg xmlns='http:/www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */
        filter: gray; /* IE6-9 */
        -webkit-filter: grayscale(100%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */
	-moz-filter: grayscale(100%); /* Firefox */
	filter: grayscale(100%);
}

.loading-circle-small, .loading-circle, .loading-circle-large {
    border: 5px rgba(255, 255, 255, 0.2) solid;
    border-top: 5px #fff solid;
    border-radius: 50%;
    margin: 10px auto;
    animation: loading-circle-spin 1s linear infinite;
}

.loading-circle-small {
    margin: 5px;
    display: inline-block;
    width: 15px;
    height: 15px;
    vertical-align: middle;
}

.loading-circle {
    width: 30px;
    height: 30px;
}

.loading-circle-large {
    width: 60px;
    height: 60px;
}

@keyframes loading-circle-spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.controlsbox {
	/* The box that appears at the top of Show pages etc, containing editing options that the user has */
	width: 876px;
	height: 24px;
	border: 2px #FFF solid;
	background: url('images/picborder.png') repeat;
	padding: 10px;
	margin: -20px ;
	text-align:center;
}

.dashbox {
	/* The boxes that make up the /me page. */
	padding: 10px;
	border: 2px solid #FFF;
	margin: 10px;
}

.form-dropdown {
        font-family : Raleway;
        width : 420px;
        padding : 10px;
        font-size : 14px;
        margin: 10px;
}

.text-editor-form {
        background: rgba(34, 0, 0, 1);
        border: 2px #CCC solid;
        width: 650px;
        min-height: 200px;
        margin: 5px;
        padding: 5px;
}

.blog-post {
        font-family: 'Helvetica Neue', sans-serif;
        color: rgb(0, 0, 0);
        background-color: rgb(221, 221, 221);
        padding: 10px;
        margin: 10px 0;
        border-radius: 2px;
        border: 1px solid rgb(160, 160, 160);
}

.blog-post a {
        color: rgb(97, 154, 204);
}

.blog-post h2, .blog-post h2 a {
        color: rgb(179, 29, 29);
        border-bottom: none;
}

.blog-post h3 {
        color: rgb(0, 0, 0);
}

.blog-post h3 date {
        float: right;
}

.blog-post nav {
        text-align: right;
}

.blog-post blockquote {
        width: 700px;
        padding: 5px 20px 5px 20px;
        border-radius: 2px;
        border-left: 8px #bcbcbc solid;
        -webkit-box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.56);
        -moz-box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.56);
        box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.56);
}

.blog-post blockquote::before {
        content: '';
        position: absolute;
        margin-left: -1.0em;
        margin-top: -0.1em;
        width: 0.9em;
        height: 0.9em;
        background-image: url('/images/upperquote.png');
        background-size: 100% 100%
}

.blog-post blockquote::after {
        content: '';
        position: absolute;
        margin-left: 0.1em;
        margin-top: -0.1em;
        width: 0.9em;
        height: 0.9em;
        background-image: url('/images/lowerquote.png');
        background-size: 100% 100%
}

.blog-editor-form {
        border: 2px #CCC solid;
        width: 840px;
        min-height: 200px;
        margin: 5px;
        padding: 5px;
}

.blog-editor-form.error  {
        -webkit-box-shadow: 0px 0px 15px 0px rgb(255, 0, 0);
        -moz-box-shadow: 0px 0px 15px 0px rgb(255, 0, 0);
        box-shadow: 0px 0px 15px 0px rgb(255, 0, 0);
}

.searchresult {
        padding-bottom: 1px;
        border-bottom: 2px solid #FFF;
        margin: 10px;
        cursor: pointer;
}

.searchresult:hover {
        background: linear-gradient(to bottom, rgba(200, 200, 200, 0) 85%, rgba(200, 200, 200, 0.3));
}

.dashbox h2 {
	color: rgba(34, 0, 0, 1) ;
	background-color: #FFF;
	padding: 5px;
	width: 100%;
	margin: -5px;
	font-size: 14px;
}

.antispam { display:none;}

.nicetable{
	border-collapse: collapse; 
}
.nicetable td{ 
	padding:5px;
	border:#FFF 2px solid;
}
.nicetable th{ 
	padding:5px;
	border:#FFF 2px solid;
}
.nicetable tr:nth-child(odd){ 
	background: rgba(34, 0, 0, 1);
}
.nicetable tr:nth-child(even){
	background: rgba(204, 155, 155, 0.3);
}	

.resource-table, .resource-table td, .resource-table th {
        border: 1px grey solid;
}
.centre {
	margin-left:auto;
        margin-right:auto;
}

/*#########################################
# Useful stubs                            #
# (do pretty much exactly as they say     #
#########################################*/
.right-aligned {
	text-align: right !important;
}
.left-aligned {
	text-align: left !important;
}
.center-aligned {
	text-align: center !important;
}
.right-float {
	float: right !important;
}
.left-float {
	float: left !important;
}
.dont-underline-link {
	border-bottom: none !important;
}
.small {
	font-size: 14px !important;
	margin: -5px 0px 0px;
}
.max300 {
	max-width:300px;
	max-height:300px;
}



/*#########################################
# Social media links in footer            #
# (Makes the hover effects work)          #
#########################################*/
#socnet_twitter_hint {
	display: none;
}
#socnet_fb_hint {
	display: none;
}
#socnet_group_hint {
	display: none;
}

.formbutton {
	background-color: rgba(34, 0, 0, 1);
	border: 2px #FFF solid;
	color: #FFF;
	font-family: 'Montserrat', sans-serif ;
	margin: 10px;
	padding: 10px;
	text-transform: uppercase;
	font-size: 16px;
	position: relative; 
	left: 35px;
	}
	
.formtextbox {
	font-family: 'Raleway', sans-serif ;
}
