﻿#internal-module-header {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -o-border-radius: 3px;
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
    box-shadow: 0 1px 3px rgba(0,0,0,0.5);
    border-radius: 3px;
    background-color: #eee;
    border: 1px solid #ddd;
    padding: 5px;
    margin-bottom: 10px;
}

#internal-module-header:before {
    display: table;
    content: " ";
}

#internal-module-header:after {
    clear: both;
    display: table;
    content: " ";
}

#internal-module-header .header {
    font-weight: bold;
    margin-bottom: 3px;
    font-size: 15px;
}

#internal-module-header .info {
    font-size: 14px;
    margin-bottom: 5px;
}

#internal-module-header .record-toolbar {
    float: right;
}