.text_white{
    color: white;
}

.text_light_gray{
    color: #cdccbd;
}

.text_yellow{
    color: #e3df00 !important;
}

.text_black{
    color: #000 !important;
}

.text_blue{
    color: #40b9b3;
}

.text_dark_yellow{
    color: #51533d;
}

.text_italic{
    font-style: italic;
}

.bg_blue{
    background-color: #40b5ae;
}

.bg_light_gray{
    background-color: #cdccbc;
}

.bg_white{
    background: #fff;
}

.text_bold{
    font-weight: 700;
}

.text_blue{
    color: #40b9b3;
}

.text_padding{
    padding: 40px;
}

.text_padding_no_bottom{
    padding-bottom: 0;
}

.text_padding_right{
    padding-right: 40px;
}

.text_padding_left{
    padding-left: 40px;
}

.text_padding_top{
    padding-top: 40px;
}

.text_centered{
    text-align: center;
}

.float_right{
    float: right;
}

.float_left{
    float: left;
}

.morebutton{
    background: url("../../gfx/mer_knapp.png") no-repeat;
    width: 40px;
    height: 40px;
    display: block;
}

.borderbox{
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.hidden{
    display: none;
}

.clear{
    clear: both;
}

.clickable{
    cursor: pointer;
}

.removed{
    height: 0 !important;
    border: none;
    display: none;
}

.closed{
    height: 3em;

}

.imagelink img{
    float: left;
}
.imagelink{
    display: block;
    overflow: auto;
}

.margin_bottom{
    margin-bottom: 15px;
}

.margin_bottom_0{
    margin-bottom: 0;
}

.padding_10{
    padding: 10px;
}

.padding_20{
    padding: 20px
}

.padding_left_20{
    padding-left: 20px
}

.uppercase{
    text-transform: uppercase;
}

.speaker .shortinfo{
    height: 100px;


}

.text_beige_light{
    color: #aeae9c;
}

.text_beige_dark{
    color: #7d7e6e;
}

.text_purple{
    color: #F04289;
}

.text_dark_gray{
    color: #7d7e6e;
}

.image-circle{
    border-radius: 50%;
    margin: auto;
}

.tablecell{
    display: table-cell;
}

.text-align-right{
    text-align: right;
}

.text-align-center{
    text-align: center;
}


.margin_none{
    margin: 0;
}

.background_white{
    background: #fff;
}

.padding_small{
    padding: 20px 20px 20px 20px;
}

.padding_medium{
    padding: 40px;
}

.padding_tiny{
    padding: 20px 20px 20px 20px;
}

.text_small{
    font-size: 80%;
}



