/*
	Description: This is the Stylesheet for the Member area
	Version: 1.0.0
	Author: Martin Neitz
	Author URI: http://www.neitz.at
	License: Martin Neitz
*/

/*----------------------------------------------------------------------------*\
    Member Speaker [spk_mbr_speaker] - Intern
\*----------------------------------------------------------------------------*/

.kosu_mbr-speaker-wrapper {
  padding-top: 20px;
}

.kosu_video_widget {
  padding-bottom: 10px;
}

.list-group {
    margin-bottom: 20px;
    padding-left: 0;
}

.list-group-item:first-child { border-top-right-radius:    4px; border-top-left-radius:    4px; }
.list-group-item:last-child  { border-bottom-right-radius: 4px; border-bottom-left-radius: 4px; margin-bottom: 0; }

.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd;
    cursor: pointer;    
}

h1.kosu_mbr-spk-name-top   { display: none; }
h1.kosu_mbr-spk-name-right {
    margin-top: 0px;
    line-height: 1;
    text-align: center;
}

a.list-group-item:hover,
a.list-group-item:focus, 
button.list-group-item:focus {
    text-decoration: none;
    color: #555;
    background-color: #f5f5f5;
}

.kosu_mbr-spk-url {
  display: block;
  text-align: center;
}
