/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 22.01.2018, 01:19:02
    Author     : tom
    @version 3.0.1-92
*/

.comp_table {
    width: 100%;
}

.comp_thead {
    background-color: #f9f9f9;
}

.comp_th {
    padding: 3px 5px !important;
}

.comp_td {
    font-family: monospace;
    font-size: .8rem;
    padding: 3px 5px !important;
}

.comp_td:hover {
    background-color: #f9f9f7;
}

.w20 {
    width:20px;
}

.w25 {
    width:25px;
}

.w30 {
    width:30px;
}

.w35 {
    width:35px;
}

.w40 {
    width:40px;
}

.w50 {
    width: 50px;
}

.w55 {
    width: 55px;
}

.w90 {
    width: 90px;
}

.w100 {
    width: 100px;
}

.w150 {
    width: 150px;
}

.w200 {
    width: 200px;
}

.truncate150 {
  overflow: hidden;
  text-overflow: ellipsis;
}

.component_description {
    font-size: 0.75rem;
    color:#777;
}

.comp_crimson {
    color: crimson;
}
