/* CSS Document */
#verification-tutorial-page {
	margin: 0 auto;	
	width: 700px;
	/*display: flex;*/
}

#review .slide {
	border: thin solid black;
	width: 560px;	
}

#campus-select, #year-select {
	margin-left: 1em;
	margin-right: 1em;
}

img.border {
    border: 1px solid #CCCCCC;
    margin-left: 5px;
    margin-top: 10px;
    padding: 10px;
}

body {
    color: #323232;
    font-family: Calibri,Verdana,Lucida Sans,'Myriad Pro',Helvetica,Arial;
    font-weight: normal;
    margin: 0;
}

.homepage-link {
	text-align: center;
	font-size: 1.5em;	
}

.homepage-link a, .homepage-link:visited { 
    color: #7D110C;
}

#content {
	font-size: 10pt;	
}

.gray-box {
    background: none repeat scroll 0 0 #F9F5F5;
    border-bottom: 1px solid #CCCCCC;
    border-top: 1px solid #CCCCCC;
    margin-top: 20px;
    padding: 10px 10px 5px !important;
 /*   width: 625px; */
}

#slideshow {
    width: 100%;
    height:45em;
    padding: 3em;
}

#slideshow ul.compact {
	margin: 0;	
}

#slideshow p.smaller {
	font-size: 0.9em;	
	line-height: 1.1em;
}

#slideshow 	.tip {
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	font-size: 90%;
	width: 450px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 3px;
	background-color: #f2efef;
	border: solid 1px #ccc;
}


.slideContent {
	/*margin: 0 1em;	*/
}

#todo-list {
	/*float: right;*/
	/*background-image: url(img/todolist_button.gif);	*/
    /*
	width: 120px;
	height: 575px;
    */
    /*margin: 20px;*/
    /*margin-right: 0px;*/
	/*width: 170px;*/
	/*height: 575px;*/
	/*display: block;*/
}

#todo-list:hover {
	text-decoration: none;
}
.slide-container {
	display: flex;
	flex-direction: row;
}
.flex-button {
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
	/*align-content: center;*/
   -moz-border-bottom-colors: none;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: #7d110c;
    border-color: #AAAAAA;
    border-style: solid;
    border-width: 3px;
    color: white;
  	font-size: 2em;
  	height: 10em;
  	/*padding: 1.5em;*/
  	width: 7em;
  	/*padding-bottom: 2em;*/
  	padding-right: .5em;
  	padding-left: .5em;
}


.flex-button-container {
	display: flex;
	flex-direction: column;
	float: right;
	justify-content: space-around;
}

.fancy-button {
    -moz-border-bottom-colors: none;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: none repeat scroll 0 0 #DFDCDC;
    border-color: #AAAAAA #000000 #000000 #AAAAAA;
    border-style: solid;
    border-width: 1px;
    color: #660000;
    display: inline-block;
    padding: 7px 3px;
    text-align: center;
    width: 250px;
}

.fancy-button:hover {
	text-decoration: underline;
	cursor: pointer;	
}



#button-fasecure {
	/*text-decoration: underline;*/
    color: white;
    font-size: 1em;
    font-weight: bold;
}

#side-padding {
	display:flex;
}
