﻿/* General styles */

html {
    position: relative;
    min-height: 100%;
}

body {
    background-color: white;
    font-family: "Segoe UI", Tahoma, Verdana, Arial, sans-serif;
    margin: 0 0 3em 0; padding: 0; border: 0;
}

.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#RIP {
	text-align: center;
	padding-bottom: 2em;
}

#RIP div {
	font-size:large;
	padding-bottom:1em;
}

@media screen and (max-width: 1150px) {
	#RIP img {
	width:90% 
}
}

/* css tables */
.css_table { display:table }
.css_table > div { display:table-row; }
.css_table > div > div { display:table-cell; }

#content_pane { margin: 1em; }

h1, h2, h3, h4, h5, h6, .color_blue { color:#0022bb; }
.float_right { float:right }
.float_left { float:left }

.color_maroon { color: maroon; }
.color_red { color: red; }
.color_green { color: #008000; }
.color_purple { color: #6600CC; }
.tight-top { margin-top: -0.75em; }
.loose-top { margin-top: 0.75em; }
.loose-li li { margin-bottom: 0.5em; }
ul { list-style-type: disc; }

.picture_caption {
	text-align: center;
	margin-top: 0.25em;
	font-size: 0.75em;
}

footer {
    text-align: center;
    font-size: x-small;
    border-top: 1px solid #e0e0e0;
    background-color: #f4f4f4;
    padding: 0.5em;
    position: absolute;
    bottom: 0; left: 0; right: 0;
	overflow: hidden;
	line-height: 1.5em;
	height: 3em;
}

#toTopButtonContainer { display: none; }
#toTopButton {
    background-color: #277acf;
    color: white;
    border-radius: 4px 4px 0 0;
    position: fixed;
    bottom: 0px;
    right: 30px;
    height: 35px;
    width: 48px;
    text-align: center;
    opacity: 0.6;
    z-index: 1000;
    text-decoration: none;
    font-size: 20px;
    line-height: 35px;
}
#toTopButton:hover { background-color: #075aff; }
