.tborder tbody tr:last-child > td {
	border-bottom: 0;
}

button,
input.button,
input.textbox,
input.invalid_field,
input.valid_field,
select,
textarea,
.editor_control_bar,
blockquote,
.codeblock,
fieldset,
.pm_alert,
.red_alert,
.popup_menu,
.postbit_buttons > a,
a.button {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.pollbar {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

div.error {
	-moz-border-radius: 6px;
    	-webkit-border-radius: 6px;
   	 border-radius: 6px;
}
		
.progress-container {
  height: 0;
  background: transparent;
  position: fixed;
  top: 0;
  z-index: 1;
  width: 100%;
}

.progress-bar {
  height: 3px;
  background-color: rgb(31, 137, 202);
  width: 0;
}

.portal_avatar img {
    width: 35px;
    height: 35px;
    border-radius: 100%;
}

.portal_button > a {
    background: #40494b;
    padding: 7px 10px;
    font-size: 11px;
    border-radius: 3px;
    color: #fff !important;
    text-decoration: none;
    outline: none;
    display: inline-block;
    font-weight: 500;
}

.portal_button > a:hover {
    background: #0bced9;
    text-decoration: none;
}
		
		
		
		
		
		