
.t595 .t-container,
.t527 .t-container,
.t-section__container.t-container.t-container_flex, 
.t-section__container .t-col_12,
.t-feed__post-popup__container.t-container.t-popup__container.t-popup__container-static {
    max-width: 1560px !important;
}
.t-feed__post-popup.t-popup_show .t-popup__container.t-popup__container.t-popup__container-static .t-col_6 {
    max-width: 47%;
}
table {
    border: 1px solid;
    height: 100%;
    width: 100%;
    table-layout: auto;
    border-collapse: collapse;
    border-spacing: 1px;
    text-align: left;
}
caption {
    caption-side: top;
    text-align: left;
}
th {
    border: 1px solid;
    background-color: #dbdbdb;
    color: [object HTMLInputElement];
    padding: 5px;
}
td {
    border: 1px solid;
    padding: 5px;
}
tr:nth-child(even) td {
    background-color: [object HTMLInputElement];
    color: [object HTMLInputElement];
}
tr:nth-child(odd) td {
    background-color: #ffffff;
    color: #000000;
}
div#feed-cover {
    position: sticky;
    top: 100px;
}
    
@media screen and (max-width: 980px) {
    .t-feed__post-popup.t-popup_show .t-popup__container.t-popup__container.t-popup__container-static .t-col_6 {
		max-width: 100%;
	}
}