﻿div.rounded {
    clear:both;
    max-width:2400px;
}

div.rounded div.top-outer {
    padding:0px;
    width:100%;
}

div.rounded div.top-outer div.top-inner {
    margin-left:12px;
}

div.rounded div.top-outer div.top-inner div.top {
    height:12px;
    margin-right:12px;
    font-size:.01em;
}

div.rounded div.mid-outer {
    clear:both;
    width:100%;
}

div.rounded div.mid-outer div.mid-inner {
}

div.rounded div.mid-outer div.mid-inner div.mid {
}

div.rounded div.bottom-outer {
    clear:both;
    padding:0px;
    width:100%;
}

div.rounded div.bottom-outer div.bottom-inner {
    margin-left:12px;
}

div.rounded div.bottom-outer div.bottom-inner div.bottom {
    height:12px;
    margin-right:12px;
    font-size:.01em;
}