.cve-info {
   width: 400px;
}
.cve-info td {
   text-align: center;
}

.table-even {
   table-layout: fixed
}

.impact-none {
   color:green;
}

.impact-partial {
   color:orange;
}

.impact-complete {
   color:red;
}

#actions {
    float:right;
}

#actions button {
    width:100%;
}

td > div {
    padding-right: 10px;
}

pre {
   white-space: pre-wrap;       /* CSS 3 */
   white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
   white-space: -pre-wrap;      /* Opera 4-6 */
   white-space: -o-pre-wrap;    /* Opera 7 */
   word-wrap: break-word;       /* Internet Explorer 5.5+ */
}
