.progress-container{
    width:95%;
    margin:0 auto;
    padding: 1px;
    height:12px;
    border-radius:2px;
    background:#FFF;
    border: #999 1px solid;
    position:relative;
    box-sizing: border-box;
}
.progress-bar{
    background: linear-gradient(90deg, var(--wp-admin-theme-color), var(--wp-admin-theme-color-darker-10) 100%);
    border: none;
    border-radius:2px;
    height:8px;
    box-sizing: border-box;
}
#ressources_machine p{
    clear:both;
    float:none;
}
#ressources_machine p.twice{
    display:block;
    float:left;
    width:49%;
}

#ressources_cpu .cpu-ships{
    display: inline-flex;
    flex-wrap: wrap;
    gap: 2px;
}
#ressources_cpu .cpu-ship{
    background: linear-gradient(90deg, var(--wp-admin-theme-color), var(--wp-admin-theme-color-darker-10) 100%);
    width: 10px;
    height: 10px;
    cursor: progress;
}

#ressources_memory .inside,
#ressources_disk .inside,
#ressources_cpu .inside,
#ressources_top .inside {
	margin: 0;
	padding: 0;
}
#ressources_memory table,
#ressources_disk table,
#ressources_cpu table,
#ressources_top table {
	border: none !important;
  margin: 0 !important;
}

.ressources-widget-box{
  padding: 1em;
}
