.panel p {padding: 1em 1em 0 1em};

.embligresults {padding: 0 0 2em 0;
                margin: 0 0 2em 0;
}

.right {text-align: right;}

.center, .centre {text-align: center;}


/* Colours and styling taken from btn-alert in Bootstrap */
.embligresults table {border: none;
                      border-collapse: separate;
                      margin: 1em 0 2em 0;
}

.embligresults td {padding: 2pt;
                   border: 1px solid #DCA7A7;
                   border-style: none none solid solid;
}

.embligresults th {
                   padding: 3px 5px;
                   border: 1pt solid #DCA7A7;
                   border-top: 2pt solid #DCA7A7;
                   border-style: solid none solid solid;
                   color: #a94442;
                   text-shadow: 0 1px 0 rgba(255,255,255,.2);
                   background-image: -webkit-linear-gradient(top,#f2dede 0,#e7c3c3 100%);
                   background-image: -o-linear-gradient(top,#f2dede 0,#e7c3c3 100%);
                   background-image: -webkit-gradient(linear,left top,left bottom,from(#f2dede),to(#e7c3c3));
                   background-image: linear-gradient(to bottom,#f2dede 0,#e7c3c3 100%);
                   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffe7c3c3', GradientType=0);
                   background-repeat: repeat-x;
}

/* Rounded corners on the table */
.embligresults th:first-child {
    border-left: 2px solid #DCA7A7;
    border-top-left-radius: 4px; 
}
.embligresults th:last-child {
    border-right: 2px solid #DCA7A7;
    border-top-right-radius: 4px; 
}
.embligresults td:first-child {
    border-left: 2px solid #DCA7A7;
}
.embligresults td:last-child {
    border-right: 2px solid #DCA7A7;
}
.embligresults tr:last-child td {
    border-bottom: 2px solid #DCA7A7;
}

.embligresults tr:last-child td:first-child {
    border-bottom-left-radius: 4px;
}
.embligresults tr:last-child td:last-child {
    border-bottom-right-radius: 4px;
}

/* Spacing of columns in download table */
.embligresults col.embligfilename { width: 20em; }
.embligresults col.embligrelease  { width: 10em; }
.embligresults col.embligdate     { width: 6em; }
.embligresults col.embliglink     { width: 7em; }

