.m-company-list .company-list-table td {
    padding-top: 6px;
    padding-bottom: 6px;
}

.m-company-list .m-company__head-type {
	min-width: 14px;
    max-width: 14px;
}
.m-company-list .m-company__head-type .th-container {
	align-items: center;
 	justify-content: center;
}

.m-company-list .m-company__type {
    color: var(--ms-theme-select) !important;
    font-size: 0.85rem !important;
}
.m-company-list td .m-company__type-value {
    color: var(--ms-theme-blue);
    font-weight: bold;
    font-size: 0.9rem;
    line-height: 1.1rem;
    font-family: Verdana, sans-serif;
    padding: 2px;
}
.m-company-list td .type_status {
    background-color: #3f9754;
    align-self: center;
    margin: 0px 2px 0px 2px;
    height: 10px;
    min-width: 10px;
    max-width: 10px;
    border-radius: 50%;
}

.m-company-list .company-list-table td.control-icons {
    max-width: 28px;
}
.m-company-list .company-list-table .m-company__action svg {
    margin-top: -10px;
	color: #959595;
}
.m-company-list .company-list-table .m-company__action:hover svg {
    /*fill: yellow;*/
	color: var(--ms-theme-blue);
	cursor: pointer; 
}

div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
div.news-list.company-list-section{
	/* margin:20px; */
}

.m-company-list .company-list-table td.m-company__name {
    text-align: left;
}
