.cve-header {
font-weight: bold;
}
.cve-description {
text-align: left !important;
}
.panel.panel-default{
background-color: cornflowerblue;
border-radius: 5px;
padding: 5px;
margin: 9px;
display: flex;
justify-content: space-around;
}
h4.panel-title{
margin: 0px;
font-size: 16px;
}
.box-body ul{
max-height: 20em;
overflow: scroll;
}
.box.box-primary{
margin: 1em 0 2em 0;
}
.small-box{
border: 1px solid black;
padding: 1em;
}
.tab-pane{
margin-top: 1em;
}
ul.nav.nav-tabs{
background-color: #ddd;
padding: 10px;
border-radius: 4px;
}
.col-md-3{
border-left: 1px solid lightgrey;
} @media screen and (max-width: 767px) {
.responsive-table {
display: block;
}
.responsive-table-row {
display: block;
}
.responsive-table-cell {
display: block;
width: 100%;
text-align: center;
border: none;
}
}