div.selections.menu {
    margin: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
}

div.selections.menu > .menu {
    width: 100%;
}

div.selections.menu > .menu .text {
    width: 100%;
}

div.selections.menu > .menu .item {
    border: 0;
}

div.selections.menu > .menu .item:before {
    width: 0px;
}

div.selections.menu .header {
    background-color: #EEE;
    padding-top: 3px!important;
    padding-bottom: 3px!important;
}

.readonly.field > div {
    pointer-events: none!important;
    opacity: 0.6!important;
}

/* record table */
table.record tr {
    transition: background 2s linear;
}

table.record .from {
    border-right: 0!important;
}

table.record .forward {
    border-left: 0!important;
    border-right: 0!important;
}

table.record .to {
    border-left: 0!important;
}

table.record .notes {
    border-right: 0!important;
    /*min-width: 18em!important;*/
}

table.record .action {
    border-left: 0!important;
}

table.record .header {
    padding: 0.7em 0.7em!important;
}

table.record tr.notransition {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}