
@import "./css/misc.css";
@import "./css/main.css";
@import "./css/color-scheme.css";
@import "./css/responsive.css";
th.rotate {
    bottom: 0;
    display: block;
    height: 20px;
    transform: rotate(90deg);
    white-space: nowrap;
    width: 20px;
    writing-mode: vertical-rl;
}
.list-event-item ol li {
    float: left;
    list-style: inherit;
    width: 100%;
}
.team-list li {
    float: left;
    list-style: outside none none;
    width: 50%;
}
.user-image {
    float: left;
    width: 35%;
}
.user-information {
    float: right;
    width: 60%;
}
.team-list > ul {
    margin: 0;
    padding: 0;
}
.text-box {
}
img {
    height: auto;
    max-width: 100%;
}
.user-information {
    font-size: 16px;
}
.img-block {
    float: left;
    margin: 4px 10px 0 0;
}
.alignleft {
    float: left;
    margin: 0;
    padding: 0;
}
.alignright {
    float: right;
    margin: 0;
    padding: 0;
}
.img-block .img-box {
    border-radius: 50%;
    height: 120px;
    overflow: hidden;
    width: 120px;
}
.social {
    text-align: center;
}
.alignright .img-block {
    float: right;
    margin: 4px 0 0 24px;
}
.alignright.text-box {
    text-align: right;
}
.alignright .text-box {
    text-align: right;
}
.team-list article {
    border-bottom: 2px solid #999;
    padding: 20px 0;
    width: 100%;
}
.text-box a {
    color: #333;
}
.text-box a:hover {
    color: rgb(89, 89, 194);
}
.list-inline9 {
    padding-bottom: 20px;
    padding-top: 10px;
}
.text-box h1 a {
    font-size: 21px;
}
    #ac-wrapper {
    background: rgba(255, 255, 255, 0.6) none repeat scroll 0 0;
    height: 100%;
    left: 0;
       top: 0;
    width: 100%;
    z-index: 1001;position: fixed;

}
#popup {
    background: #ffffff none repeat scroll 0 0;
    border: 1px solid #000;
    border-radius: 5px;
    box-shadow: 0 0 0px 3px #64686e;
    height: auto;
    left: 375px;
    position: absolute;
    top: 150px;
    width: 555px;
z-index: 1001;
}



#closebutton
{
float:right;
height:21px;
right: 0;
margin-right: 1px;
position: absolute;
margin-top:7px;
margin-right:7px;
}
#popup>p
{
margin:22px 0 10px;
padding:30px;
}