/*
.rhg_logo {
    margin: 10px;
    width: 79px;
    height: 55px;
    background: no-repeat url('../images/rhg_logo.png');
    display: inline-block;
    float: left;
}
.rhg_typo {
    width: 300px;
    line-height: 76px;
    vertical-align: middle;
    font-size: 32px;
    display: inline-block;
    float: left;
}
*/
.comp_name {
    height: 24px;
    margin: 0 50px 0 40px;
    line-height: 24px;
    display: inline-block;
    float: left;
    font-size: 24px;
    vertical-align: bottom;
}
.resp {
    height: 24px;
    line-height: 24px;
    display: inline-block;
    float: left;
    font-size: 16px;
    vertical-align: bottom;
    font-weight: 300;
}
.year_s {
    margin-top: 5px;
    font-size: 10px;
    color: #ddd;
}
.work_title {
    font-size: 18px;
    display: inline-block;
    font-weight: 400;
}
.work_year {
    margin-left: 12px;
    font-size: 14px;
    display: inline-block;
    font-weight: 300;
}
.work_resp {
    margin-top: 15px;
    font-size: 12px;
    display: inline-block;
    font-weight: 300;
}
.work_desc {
    width: 400px;
    margin-top: 15px;
    font-size: 14px;
    display: inline-block;
    font-weight: 300;
}
/*Font-Size*/

.font_10 {
    font-size: 10px;
}
.font_12 {
    font-size: 12px;
}
.font_16 {
    font-size: 16px;
}
.font_18 {
    font-size: 18px;
}
.font_20 {
    font-size: 20px;
}
.font_24 {
    font-size: 24px;
}
.font_32 {
    font-size: 32px;
}
.font_64 {
    font-size: 64px;
}
.light {
    font-weight: 300;
}
.regular {
    font-weight: 400;
}
.semibold {
    font-weight: 600;
}
.bold {
    font-weight: 700;
}
.heavybold {
    font-weight: 800;
}
.yellow {
    color: #ffbe0d;
}
.red {
    color: #933232;
}
.white {
    color: white;
}
.code_blue {
    color: #adc6ed;
}

.code_tab {
	margin-left: 24px;
}