/****************************************************************
    TAGS TAGS TAGS TAGS TAGS TAGS TAGS TAGS TAGS TAGS TAGS TAGS 
****************************************************************/

.c_dev_maps A,
.c_dev_left_notebox A{
    color: #FFF;
    text-decoration: none;
}

.c_dev_maps A:hover,
.c_dev_left_notebox A:hover{
    color: #FA5;
}

/****************************************************************
    CLASSES CLASSES CLASSES CLASSES CLASSES CLASSES CLASSES 
****************************************************************/

.c_dev_table{
    display: table;
    width: 100%;
    border-collapse: collapse;
}

.c_dev_table_header,
.orange_fore{
    color: #FA5;
}

.c_dev_row{
    display: table-row;
    width: 100%;
    border-bottom: 1px solid #FA5;
}

.c_dev_row:hover{
    background-color: #333;
}

.c_dev_cell_left{
    display: table-cell;
    width: 50%;
    text-align: left;
    padding: 1vw;
}

.c_dev_cell_mid,
.c_dev_cell_right{
    display: table-cell;
    text-align: left;
    width: 25%;
    padding: 1vw;
}

.c_dev_cell_mid_extended{
    display: table-cell;
    text-align: left;
    width: 50%;
    padding: 1vw 10vw;
}

.c_dev_left{
    width: 25%;
    height: auto;
    display: table-cell;
}

.c_dev_maps,
.c_dev_left_notebox{
    position: relative;
    font-size: 20pt;
    height: auto;
    vertical-align: top;
    margin-top: 1vw;
    margin-bottom: 1vw;
    padding: 1vw;
    /*background-color: rgba(70,70,70,0.9);*/
    background-color: #777;
    background: linear-gradient(#555,#777);
    border-radius: 20px;
    border-color: #FA5;
    border-width: 2px;
    border-style: solid;
    text-align: center;
}

.c_dev_maps_details,
.c_dev_left_notebox_details{
    font-size: 12pt;
    font-variant: normal;
    text-align: left;
}

.c_dev_maps_details IMG{
    width: 8vw;
    border-radius: 10%;
    display: inline;
    float: left;
    margin-right: 1vw;
}

.c_dev_mission,
.c_dev_right_content{
    font-size: 20pt;
    position: relative;
    height: auto;
    margin-bottom: 3vw;
}

.c_dev_mission_details,
.c_dev_right_content_details{
    font-size: 12pt;
    font-variant: normal;
}

.c_dev_right{
    width: auto;
    padding-left:5vw;
    height: auto;
    display: table-cell;
    text-shadow: 1px 1px 3px #000;
}