      .optagsidebar {
    width: 100%;
    -webkit-box-shadow: 1px 1px 2px 1px #e8e8e8;  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
    -moz-box-shadow:    1px 1px 2px 1px #e8e8e8;  /* Firefox 3.5 - 3.6 */
    box-shadow:         1px 1px 2px 1px #e8e8e8;  /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
    padding: 30px 30px 20px 30px;
    background-color: #f5f5f5;
    margin: 30px 0px;
    font-size: .85em;
    line-height: 1.3;
    }
    .aar {
    width: 100%;
    display: table;
    margin-bottom: 15px;
    }
    .optagtal {
    display: table-row;
    padding-bottom: 10px;
    }
    .vardi, .type {
    display: table-cell;
    padding: 5px 0px;
    }
    .type {
    text-align: left;
    }
    .vaerdi {
    text-align: right;
    }
    .attentionbox {
    padding: 30px 30px 20px 30px;
    border: 8px solid;
    margin: 40px 0px;
    }
    .theme-beige .attentionbox {
    border-color: #DDCBA4;
    }
    .theme-black .attentionbox {
    border-color: #000000;
    }
    .theme-brown .attentionbox {
    border-color: #7A6040;
    }
    .theme-green .attentionbox {
    border-color: #789D4A;
    }
    .theme-lightgreen .attentionbox {
    border-color: #AEB862;
    }
    .theme-pink .attentionbox {
    border-color: #E1BBB4;
    }
    .theme-red .attentionbox {
    border-color: #D05A57;
    }
    .theme-white .attentionbox {
    border-color: #E1BBB4;
    }
    .theme-yellow .attentionbox {
    border-color: #F2C75C;
    }
    .theme-orange .attentionbox {
    border-color: #E07E3C;
    }