table {
    border-collapse: collapse;
}
table th, td{
    border:1px solid;
    padding:5px;
}
.align-right {
    text-align: right;
}
.iframe-content {
    overflow:hidden;
    height:500px;
    width:100%;
}