#browse-by-speaker-initials {
    background:#73AFB7 none repeat scroll 0 0;
    border:1px solid #73AFB7;
    float:left;
    /*margin-right:20px;*/
    padding:10px;
    -moz-border-radius-topleft: 7px;
    -webkit-border-radius-topleft: 7px;
    -moz-border-radius-bottomleft: 7px;
    -webkit-border-radius-bottomleft: 7px;
    /*height:548px;*/
    /*box-shadow: 5px 5px 3px #F8F8F8;*/
    /*-webkit-box-shadow: 5px 5px 3px #F8F8F8;*/
}
#browse-by-speaker-initials a.browse-by-speaker-initial-link {
    color:white !important;
    margin-bottom: 5px ;
    margin-left: 1%;
    margin-right: .8%;
    display: block;
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    text-shadow: #16454c  3px 2px 2px;
}

#browse-by-speaker-initials.fixed {
	position: fixed;
	top: 0px;
	padding-top: 10px;
	margin-top: 0px;
	z-index: 100;
}

#browse-by-speaker-content {
	/*height:540px;*/
	overflow:auto;
	margin-left: 35px;
    border: 1px solid #5b8a90;
    box-shadow: 5px 5px 3px #F8F8F8;
    -webkit-box-shadow: 5px 5px 3px #F8F8F8;
}
#browse-by-speaker-content  h2 {
    margin: 0px !important;
    /*background-image: none !important;*/
    color: white !important;
    padding-left: 10px !important;
    font-weight: strong;
    /* margin-top: 4px !important;*/
    background: #73AFB7 url(/sites/all/themes/educause/images/global/d2_alpha_vert_bottom_black.png) repeat-x scroll left bottom !important;
    font-weight: bold;
    text-shadow: #16454c  3px 2px 2px;
    font-size:20px;
    letter-spacing: -1px;
    padding: 7px;
}

#browse-by-speaker-content  h2:before {
    content: 'Speakers starting with the letter ';
}

#browse-by-speaker-content .odd {
	background-color:#F8F8F8;
}

#browse-by-speaker-content .even,
#browse-by-speaker-content .odd {
    min-height: 60px;
}

/* CHANGE on 2/5/2013 by chancock
.new_author {
    padding: 10px !important;
    min-height: 60px !important;
}


.author_sessions {
    float: right;
    width: 250px;
    height: 60px;
    overflow: hidden;
    text-align: right;
}*/

.new_author {
    padding: 10px !important;
    height: auto !important;
    width: 795px !important;
    display: table !important;
}

.author_sessions {
    float: right;
    width: 250px;
    display: table-row;
    text-align: right;
}

.author_photo .photo {
    border: 1px solid gray;
}
#browse-by-speaker-content a:focus {
    outline: none;
}