@charset "utf-8";
/* CSS Document */

.panel-heading {
    padding: 5px 10px;
}
.workshop-button {
	float:right;
	margin-top: -35px;
}
.workshop-handouts {
	display: inline;
    float: left;
    line-height: 1.2em;
    margin: 10px;
    position: relative;
    text-align: center;
    /*width: 120px;*/
	font-size: 0.8em;
}

.workshop-handouts  a {
	display:block;
}
.workshop-handouts  a:hover{
	text-decoration:none;
	color:#900;
}
.well {
    padding: 9px;
}
.btn {
    white-space: normal;
}
.panel {
    margin-top: 20px;
}
@media only screen and (max-width: 480px) {
.workshop-button {
	float:none;
	margin-top:20px;
}
.workshop-handouts {
	float: none;
}
.lead {
	text-align:center;
}
}
