.wrapper {
    display: table;
    table-layout: fixed;
    width: 100%;
}

.container{
    display: table-cell;
    table-layout: fixed;
    
    padding-left:5px;
    padding-right:5px;
}

.header {
	height: 35px;
    width: auto;
    padding-top: 10px;
    font-size: 22px;
    font-weight: bold;
    
    margin: 0px;
    color: #FFFFFF;
    
    border: 1px solid #999999;
    box-shadow: 0px 2px 5px #555555;
    border-bottom: none;
    
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;

    text-align: center;
    
    margin-top: 5px;
    
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.header a {
    text-decoration: none;
    color: #FFFFFF;
}

.footer a {
    text-decoration: none;
    color: #FFFFFF;
}

.container a {
    text-decoration: none;
}

.container .footer {
    line-height: 15px;
    font-size: 10px;
    
    border: 1px solid #999999;
    border-top: none;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    
    box-shadow: 0 3px 3px -2px #000000;

    color: #FFFFFF;
    
    text-align: center;
    
    user-select: none;
}

.no-footer {
    border: 1px solid gray;
    border-top: none;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    
    padding-bottom: 5px;
}

.container .no-footer-filled {
	box-shadow: 0px 2px 2px #777777;
	
	border: 1px solid #999999;
    border-top: none;
    
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    
    padding-bottom: 5px;
    margin-bottom: 5px;
}

.container .collapsed {
    padding-top: 0px;
    padding-bottom: 0px;
    height: 0;
}

.content {
    overflow: hidden;
    padding-top: 10px;
    padding-bottom: 5px;
    height: auto;
    
    border: 1px solid gray;
    border-top: none;
    border-bottom: none;
    
    text-align: left;
    
    padding-left: 7px;
    padding-right: 7px;
    
    font-size: 12px;
}

div.clickable {
    cursor: pointer;
}

