tr td.trow1:first-child,
tr td.trow2:first-child,
tr td.trow_shaded:first-child {
    border-left: 0
}

tr td.trow1:last-child,
tr td.trow2:last-child,
tr td.trow_shaded:last-child {
    border-right: 0
}

.tborder {
    /* Removed -moz-border-radius: 7px; */
    /* Removed -webkit-border-radius: 7px; */
    border-radius: 0; /* Changed to 0 */
}

.tborder tbody tr:last-child>td {
    border-bottom: 0
}

.tborder tbody tr:last-child>td:first-child {
    /* Removed -moz-border-radius-bottomleft: 6px; */
    /* Removed -webkit-border-bottom-left-radius: 6px; */
    border-bottom-left-radius: 0; /* Changed to 0 */
}

.tborder tbody tr:last-child>td:last-child {
    /* Removed -moz-border-radius-bottomright: 6px; */
    /* Removed -webkit-border-bottom-right-radius: 6px; */
    border-bottom-right-radius: 0; /* Changed to 0 */
}

.thead {
    /* Removed -moz-border-radius-topleft: 6px; */
    /* Removed -moz-border-radius-topright: 6px; */
    /* Removed -webkit-border-top-left-radius: 6px; */
    /* Removed -webkit-border-top-right-radius: 6px; */
    border-top-left-radius: 0; /* Changed to 0 */
    border-top-right-radius: 0; /* Changed to 0 */
}

.thead_collapsed {
    /* Removed -moz-border-radius-bottomleft: 6px; */
    /* Removed -moz-border-radius-bottomright: 6px; */
    /* Removed -webkit-border-bottom-left-radius: 6px; */
    /* Removed -webkit-border-bottom-right-radius: 6px; */
    border-bottom-left-radius: 0; /* Changed to 0 */
    border-bottom-right-radius: 0; /* Changed to 0 */
}

.thead_left {
    -moz-border-radius-topright: 0;
    -webkit-border-top-right-radius: 0;
    border-top-right-radius: 0
}

.thead_right {
    -moz-border-radius-topleft: 0;
    -webkit-border-top-left-radius: 0;
    border-top-left-radius: 0
}

.tcat_menu {
    -moz-border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    border-radius: 0 !important
}

.tborder tbody:nth-last-child(2) .tcat_collapse_collapsed {
    /* Removed -moz-border-radius-bottomleft: 6px !important; */
    /* Removed -moz-border-radius-bottomright: 6px !important; */
    /* Removed -webkit-border-bottom-left-radius: 6px !important; */
    /* Removed -webkit-border-bottom-right-radius: 6px !important; */
    border-bottom-left-radius: 0 !important; /* Changed to 0 */
    border-bottom-right-radius: 0 !important; /* Changed to 0 */
}

button,
input.button,
input.textbox,
input.invalid_field,
input.valid_field,
select,
textarea,
.editor_control_bar,
blockquote,
.codeblock,
fieldset,
.pm_alert,
.red_alert,
.postamt_alert,
.popup_menu,
.postbit_buttons>a,
a.button {
    /* Removed -moz-border-radius: 6px; */
    /* Removed -webkit-border-radius: 6px; */
    border-radius: 0; /* Changed to 0 */
}

.post.classic .post_author {
    /* Removed -moz-border-radius: 0 6px 6px 0; */
    /* Removed -webkit-border-radius: 0 6px 6px 0; */
    border-radius: 0; /* Changed to 0 */
}

.popup_menu .popup_item_container:first-child .popup_item {
    /* Removed -moz-border-radius-topleft: 6px; */
    /* Removed -moz-border-radius-topright: 6px; */
    /* Removed -webkit-border-top-left-radius: 6px; */
    /* Removed -webkit-border-top-right-radius: 6px; */
    border-top-left-radius: 0; /* Changed to 0 */
    border-top-right-radius: 0; /* Changed to 0 */
}

.popup_menu .popup_item_container:last-child .popup_item {
    /* Removed -moz-border-radius-bottomleft: 6px; */
    /* Removed -moz-border-radius-bottomright: 6px; */
    /* Removed -webkit-border-bottom-left-radius: 6px; */
    /* Removed -webkit-border-bottom-right-radius: 6px; */
    border-bottom-left-radius: 0; /* Changed to 0 */
    border-bottom-right-radius: 0; /* Changed to 0 */
}

.pagination a {
    /* Removed -moz-border-radius: 6px; */
    /* Removed -webkit-border-radius: 6px; */
    border-radius: 0; /* Changed to 0 */
}

.pollbar {
    /* Removed -moz-border-radius: 3px; */
    /* Removed -webkit-border-radius: 3px; */
    border-radius: 0; /* Changed to 0 */
}

.blocker {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    z-index: 9999;
    padding: 20px;
    box-sizing: border-box;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.75);
    text-align: center;
}

.blocker:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.05em;
}

.modal {
    width: 400px;
    text-align: left;
    background-color: transparent;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    z-index: 2;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -o-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: 0 0 10px #000;
    -moz-box-shadow: 0 0 10px #000;
    -o-box-shadow: 0 0 10px #000;
    -ms-box-shadow: 0 0 10px #000;
    box-shadow: 0 0 10px #000;
}