.shinobi_skills_table input[type=text]{
    width:3em;
    text-align: center;
}

.shinobi_skills_table{
    width:50%;
    margin-left: 50px;
    border:0px;
}
.shinobi_skills_table td{
    border: 0px;
}

#shinobi_eval_info{
    width: 50%;

}

.shinobi_rank_slider{
    float:left;
    width:25px;
    height:150px;
}

.shinobi_rank_slider .ui-slider-handle {
    height: 15px;
    width: 30px;
    padding-left:32px;
}

.skill_name{
    transform: rotate(-90deg);
    transform-origin: top left;
    font-family: Oswald;
    color: gray;
    font-size:small;
    margin-left: -25px;
    width:120px;
    text-align:right;
}

.skill_icon{
    height: 48px;
    width: 48px;
}

.capability_name{
    transform: rotate(-90deg);
    transform-origin: top left;
    font-family: Oswald;
    color: gray;
    font-size:small;
    margin-left: -25px;
    width:135px;
    text-align:right;
}

.capability_icon{
    height: 48px;
    width: 48px;
}

#shinobi_capabilities_table input[type=text]{
    width:3em;
    text-align: center;
}

#shinobi_capabilities_table{
    width:50%;
    margin-left: 50px;
    border:0px;
}
#shinobi_capabilities_table td{
    border: 0px;
}

#shinobi_eval_other_table input[type=text]{
    width:3em;
    text-align: center;
}

#shinobi_eval_other_table{
    width:50%;
    margin-left: 50px;
    border:0px;
}
#shinobi_eval_other_table td{
    border: 0px;
}

#txt_comments{
    white-space: pre-wrap;
}

.rank_indicator{
    height: 10px;
    width: 10px;
    display: inline-block;
    border: 1px solid black;
}
#skills_total{
    font-weight: bold;
    font-size:large;
}