﻿.asplabel {
    font-weight:bold
    
}

#content {
    width: 270px;
    height: 150px;
    overflow: auto;
    overflow-x: hidden;
}

#content_short {
    width: 270px;
    height: 80px;
    overflow: auto;
    overflow-x: hidden;
}

#content_wide {
    width: 400px;
    height: 150px;
    overflow: auto;
    overflow-x: hidden;
}

#content_joints {
    width: 100%;
    height: 150px;
    overflow: auto;
    overflow-x: hidden;
}