/* ----- General Styling ----- */

body {
    font-family: Arial, sans-serif;
	font-weight: normal;
	padding-top: 120px;
}

.container, #latest_works, #bottom_content, #download {
    margin: auto;
    width: 1000px;
}

.container .one_third {
	width: 300px;
	padding: 0;
	float: left;
}
.container .one_third.first {
	width: 300px;
	padding-right: 0;
	padding-left: 0;
	
}
.container .one_third.last {
	width: 300px;
	padding-left: 33px;
	padding-right: 0;
}
.container .two_third {
	width: 633px;
	float: right;
}
.container .two_third.first {
	padding-right: 33px;
	padding-left: 0;
}
.container .two_third.last {
	padding-right: 0;
	padding-left: 33px;
}
.img-responsive {
	    display: block;
    max-width: 100%;
    height: auto;
}
}

.bold_text {
    font-weight: bold;
}

.blue_text {
    color: #5488b8;
    font-size: 15px;
}

div[itemprop="articleBody"], div.blog  {
   width:  80%;
   float: left;
   margin-bottom: 40px;
   min-height: 600px;
}
div[itemprop="articleBody"] li, div.blog li {line-height: 1.3em;}
div[itemprop="articleBody"] ul, div.blog ul {list-style-type: square;margin-left: 20px;}
.pull-right {float: right;padding: 10px 0 10px 10px;}
.pull-left {float: left; padding: 10px 10px 10px 0;}
.login {float: left;width: 800px;margin-bottom: 40px;}

h2[itemprop="name"] {font-size: 20px; font-weight: bold;margin-bottom: 10px;}

/* ----- General Styling ----- */

/* ----- Header Styling ----- */

#header {
    background: #e8ebf1;
    height: 120px;
	position: fixed;
	width: 100%;
	top: 0;
	-webkit-box-shadow: 0px 4px 9px 0px rgba(179,179,179,1);
-moz-box-shadow: 0px 4px 9px 0px rgba(179,179,179,1);
box-shadow: 0px 4px 9px 0px rgba(179,179,179,1);
}

h1 {
    float: left;
    margin-top: 7px;
}

h1 a {
    background: url(../images/logo.png) no-repeat;
    display: block;
    height: 253px; 
    text-indent: -9999px;
	width: 257px; 
}
h2 {font-size: 24px; font-weight: bold;}
h3 {margin-bottom: 10px;font-weight: bold;}
h4 {font-size: 16px;font-weight:bold; padding-bottom: 10px;margin-bottom: 10px;line-height: 18px;}
h5 {
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 4px;
}
p {line-height: 1.2em;}
/* ----- Header Styling ----- */

/* ----- Main Navigation Styling ----- */

#main_menu {
    float: left;
    margin-top: 54px;
}

.first_list {
    float: left;
    margin: 0 6px;
}

.main_menu_first {
    color: #000;
    font-size: 13px;
    font-weight: bold;
    padding: 8px 6px;
    text-transform: uppercase;
}

.main_menu_first:hover {
    border-top: 5px solid #5488b8;
}

.with_dropdown {
    position: relative;
}

.with_dropdown li a {
    display: block;
}

.with_dropdown ul {
    background: #fff;
    border-bottom: 5px solid #5488b8;
    padding: 12px 0;
    position: absolute;
    top: 24px;
    visibility: hidden;
    width: 197px;
}

.first_list:hover.first_list ul {
    visibility: visible;
}

.with_dropdown .main_menu_first {
    background: url(../images/arrow_down.png) no-repeat 92%;
    padding-right: 23px;
}

.with_dropdown:hover .main_menu_first {
    background: #fff url(../images/arrow_down.png) no-repeat 92%;
    border-top: 5px solid #5488b8;
    color: #5488b8;
}

.second_list {
    margin: 0 5px;
    padding: 10px;
}

.second_list_border {
    border-bottom: 1px solid #e7e7e7;
}
.sidemenu li {border-bottom: 1px solid #ccc; width: 100%;}
.main_menu_second {
    color: #000;
    font-size: 13px;
 /*   text-transform: capitalize;*/
	padding-bottom: 5px;
	
}
.main_menu_second.fett {font-weight: bold;}
.main_menu_second:hover {
    color: #5488b8;
}

.main_current {	padding-top: 8px;
    border-top: 5px solid #5488b8;	margin-top: -13px;
}

/* ----- Main Navigation Styling ----- */

/* ----- Slideshow Styling ----- */

#slideshow_area {
    background: #9bb2d4 url(../images/banner_shadow.png) repeat-x;
    border-top: 1px solid #9bb2d4;
    padding: 19px 0 28px 0;
}

#mid_content {
    border-bottom: 1px solid #d9d9d9;
    background: #e8ebf1;
    height: 100px;
	padding-top: 20px;
	margin-top: 20px;
}

#slideshow_pagination {
    margin: 10px auto;
    width: 160px;
}

#slideshow_pagination li {
    float: left;
    margin: 0 9px;
}

#slideshow_pagination a {
    background: url(../images/grey_button.png) no-repeat;
    display: block;
    height: 14px;
    width: 14px;
}

#slideshow_pagination a.current {
    background: url(../images/white_button.png) no-repeat;
}

/* ----- Slideshow Styling ----- */

/* ----- Home Mid Content Styling ----- */

.mid_content_info {
    float: left;
    font-size: 13px;
    margin-top: 90px;
    width: 293px;
}

.mid_content_info h2 {
    font-size: 15px;
    font-weight: bold;
    height: 28px;
    margin-bottom: 15px;
    padding: 12px 0 0 59px;
}

.mid_content_info p {
    color: #363636;
    line-height: 20px;
    margin-bottom: 22px;
}

.mid_content_info a {
    color: #5488b8;
}

.mid_content_info a img {
    margin: 0 8px 1px 0;
}

.mid_content_info a:hover {
    text-decoration: underline;
}

.mid_content_space {
    margin-right: 40px;
}

#clean {
    background: url(../images/pen_icon.png) no-repeat left;
}

#responsive {
    background: url(../images/screen_icon.png) no-repeat left;
}

#fully {
    background: url(../images/layer_icon.png) no-repeat left;
}

#ready {
    background: url(../images/paperplane_icon.png) no-repeat left;
}

#latest_works {
    clear: left;
}

#latest_works h3 {
 
    float: left;
    font-size: 15px;
    font-weight: bold;
    height: 16px;
    margin: 19px 0 15px 0;
    padding: 8px 0 0 0;
}

#carousel_nav {
    float: right;
    margin-top: 20px;
}

#carousel_nav a {
    margin-left: 6px;
}

#carousel_wrapper {
    border-top: 1px solid #dfe1e5;
    border-bottom: 1px solid #dfe1e5;
    clear: left;
    height: 220px;
}

#carousel_wrapper li {
    float: left;
    margin: 30px 15px;
}

/* ----- Carousel and Portfolio Styling ----- */

#carousel_wrapper li, #portfolio_list li {
    height: 160px;
    position: relative;
    width: 220px;
}

#carousel_wrapper li a img, #portfolio_list li a img {
    bottom: 0;
    position: absolute;
    visibility: hidden;
}

#carousel_wrapper li:hover a img, #portfolio_list li:hover a img {
    visibility: visible;
}

#work01 {
    background: url(../images/latest_work01.jpg) no-repeat;
}

#work02 {
    background: url(../images/latest_work02.jpg) no-repeat;
}

#work03 {
    background: url(../images/latest_work03.jpg) no-repeat;
}

#work04 {
    background: url(../images/latest_work04.jpg) no-repeat;
}

#work05 {
    background: url(../images/latest_work05.jpg) no-repeat;
}

#work06 {
    background: url(../images/latest_work06.jpg) no-repeat;
}

#work07 {
    background: url(../images/latest_work07.jpg) no-repeat;
}

#work08 {
    background: url(../images/latest_work08.jpg) no-repeat;
}

#work09 {
    background: url(../images/latest_work09.jpg) no-repeat;
}

#work10 {
    background: url(../images/latest_work10.jpg) no-repeat;
}

#work11 {
    background: url(../images/latest_work11.jpg) no-repeat;
}

#work12 {
    background: url(../images/latest_work12.jpg) no-repeat;
}

#work13 {
    background: url(../images/latest_work13.jpg) no-repeat;
}

#work14 {
    background: url(../images/latest_work14.jpg) no-repeat;
}

#work15 {
    background: url(../images/latest_work15.jpg) no-repeat;
}

#work16 {
    background: url(../images/latest_work16.jpg) no-repeat;
}

/* ----- Carousel and Portfolio Styling ----- */


#testimonials {
    clear: left;
    float: left;
    width: 100%;
	margin-bottom: 10px;
}

#testimonials h3 {

    font-size: 15px;
    font-weight: bold;
    height: 18px;
    margin: 19px 0 15px 0;
    padding: 5px 0 0 0;
}

#testimonials p {
    color: #363636;
    font-size: 14px;
    line-height: 24px;
}
#testimonials ul {
list-style: disc;
}
#testimonials ul li {margin-left: 20px;padding: 2px 0;  color: #363636;
  font-size: 14px;
  line-height: 24px;}

.testimonial_name {
    font-style: italic;
    font-weight: bold;
}

#clients {
    float: right;
    margin-bottom: 40px;
}

#clients h3 {
    background: url(../images/people_icon.png) no-repeat left;
    font-size: 15px;
    font-weight: bold;
    height: 16px;
    margin: 19px 0 15px 0;
    padding: 4px 0 0 38px;
}

#clients ul {
    background: #e8ebf1;
    height: 200px;
    width: 480px;
}

#clients img {
    float: left;
    margin: 1px;
}

#download {
    background: #e8fcfe;
    border: 1px solid #81e4ed;
    clear: both;
    height: 78px;
    padding: 30px 30px;
    width: 940px;
}

#download p {
    color: #363636;
    float: left;
    font-size: 16px;
    line-height: 26px;
    width: 608px;
}

#download a {
    background: url(../images/download_button.png) no-repeat;
    display: block;
    color: #0d0707;
    font-size: 18px;
    font-weight: bold;
    float: right;
    height: 42px;
    margin: 8px 8px 0 0;
    padding: 22px 0 0 72px;
    width: 172px;
}

#download a:hover {
    color: #fff;
}

/* ----- Home Mid Content Styling ----- */

.container .breadcrumbs {width: 100%; height: 20px;}
.container .breadcrumbs  {line-height: 20px;font-size: 12px;}
.container .breadcrumbs p {float: left;padding-right: 7px;}
.container .breadcrumbs ul li {float: left; margin-left: 5px;}
.container .breadcrumbs ul li:after {content: " > ";}
.container .breadcrumbs ul li:last-child:after {content: ""; }
.container .breadcrumbs ul li a {color: #000; text-decoration: none;padding-right: 5px;}
.container .breadcrumbs ul li a:hover {color: #5488b8;font-weight: bold;transition: 0.3s ease all;}

.container .sidebar {width:20%; float:left;}
.container .sidebar ul.sidemenu {margin: 25px auto;width: 80%;}
.container .sidebar ul.sidemenu li {padding: 7px 0;}
.container .sidebar ul.sidemenu li a {color: #000; text-decoration: none; font-weight: bold;}
.container .sidebar ul.sidemenu li a:hover {border-bottom: 5px solid #5488b8;transition: 0.3s ease all;}

.container .main {width: 80%;float: left;}
.container .main .content {margin: 25px 0;padding: 10px;}

/* ----- Portfolio Content Styling ----- */

#portfolio_area {
    background: url(../images/banner_shadow.png) repeat-x;
    border-top: 1px solid #d9d9d9;
    padding-top: 38px;
}
#portfolio_area p {
	padding-bottom: 15px;
}

#portfolio {
    background: url(../images/paintbrush_icon.png) no-repeat;
    font-size: 18px;
    font-weight: bold;
    height: 19px;
    margin-bottom: 22px;
    padding: 6px 0 10px 40px;
	border-bottom: 1px solid #ccc;
}

#portfolio_menu {
    border-bottom: 1px solid #dfe1e5;
    border-top: 1px solid #dfe1e5;
    margin-bottom: 25px;
    padding-bottom: 20px;
}

#portfolio_menu ul {
    padding: 20px 0;
}

#portfolio_menu li, #portfolio_list li {
    float: left;
}

#portfolio_menu li {
    margin-right: 2px;
}

#portfolio_menu a {
    color: #000;
    font-size: 14px;
    padding: 7px 18px;
}

#portfolio_menu a:hover {
    background: #81e4ed;
}

.portfolio_menu_current {
    background: #81e4ed;
}

#portfolio_list {
    height: 760px;
}

#portfolio_list li {
    margin: 15px 15px;
}

#portfolio_pagination {
    border-top: 1px solid #dfe1e5;
    clear: left;
    margin-top: 30px;
    padding: 25px 0;
}

#portfolio_pagination ul {
    margin: auto;
    width: 233px;
}

#portfolio_pagination li {
    float: left;
    margin: 0 2px;
}

#portfolio_pagination a {
    color: #000;
    display: block;
    font-size: 14px;
    padding: 6px 9px;
}

#portfolio_pagination a:hover {
    background: #81e4ed;
}

a#pagination_next, a#pagination_end {
    background: #e8ebf1;
}

a#pagination_next:hover, a#pagination_end:hover {
    background: #bfc1c6;
}

#pagination_end {
    margin-left: 22px;
}

.pagination_current {
    background: #81e4ed;
}

/* ----- Portfolio Content Styling ----- */

/* ----- Contact Content Styling ----- */

#contact_area {
    background: url(../images/banner_shadow.png) repeat-x;
    border-top: 1px solid #d9d9d9;
    padding-top: 38px;
}

#contact {
    background: url(../images/envelope_icon.png) no-repeat;
    font-size: 15px;
    font-weight: bold;
    height: 15px;
    margin: 6px 0 17px 0;
    padding: 2px 0 0 40px;
}

#contact_info {
    border-top: 1px solid #dfe1e5;
    padding-top: 10px;
}

#contact_info_left {
    float: left;
    margin: 27px 0 33px 0;
    width: 574px;
}

#contact_info p {
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 20px;
}

#contact_info_left p a:hover {
    text-decoration: underline;
}

#contact_info_right {
    float: right;
    margin-top: 30px;
}

#location_map {
    background: #e8fcfe;
    border: 1px solid #81e4ed;
    margin: 0 20px 36px 0;
    padding: 20px;
}

#location_map h3 {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 20px;
}

#location_map img {
    border: 5px solid #fff;
}

#address h3 {
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 20px;
}

#address p {
    color: #363636;
}

/* ----- Contact Content Styling ----- */

/* ----- Form Styling ----- */

.formError {
	color: #CF4D4D;
	font-weight:bold;
	font-size:10px;
}

.formNoError {
	display:none;
}

#contact_form {
    width: 480px;
}
	 
#contact_form li {
    font-size: 14px;
    padding: 2px 0px;
}
	 
#contact_form label {
    display: block;
    margin: 12px 0;
}
         
#contact_form input {
    height: 35px;
}

#contact_form input:focus, #contact_form textarea:focus {
    border: 1px solid #5488b8;
}

#contact_form input, #contact_form textarea {
    border: 1px solid #b4bac5;
}




/*Reg-Form */

#reg_form {
    width: 100%;
}
	 
#reg_form li {
    font-size: 14px;
    padding: 2px 0px;
}
	 
#reg_form label {
    display: block;
    margin: 10px 0 0 0;
	width: 100%;
}
         
#reg_form input {
    height: 35px;
	min-width: 80%;
}

#reg_form input:focus, #reg_form textarea:focus {
    border: 1px solid #5488b8;
}

#reg_form input, #reg_form textarea {
    border: 1px solid #b4bac5;
	border-radius: 2px;
}
#reg_form input[type='checkbox'] {
	float: left;
	width: 40px;
	min-width: 10px;
	height: 20px;
}
#reg_form li.checkbox label {
	width: 100px !important;
	clear: both;
}
#reg_form h3 {margin-top: 20px;}

#fachebeitraege .formControlLabel {
	font-weight: bold;
	margin-bottom: 5px;
	margin-top: 10px;
	width: 75%;
	float: left;
}
#fachebeitraege .formBody {
	float: right;	
}
#fachebeitraege p.formDescription {
	width: 75%;
	
}
#fachebeitraege .rsform-block-senden, #fachebeitraege .rsform-block-hinweis-rechnungsanschrift .formBody  {
	float: left;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 100%;
}



/* ----- Form Styling ----- */

/* ----- Footer Styling ----- */

#footer {
    background: #e8ebf1;
    border-top: 1px solid #d9d9d9;
    clear: both;
    height: 320px;
    margin-top: 40px;
}

#footer p, #footer a {
    color: #363636;
    font-size: 14px;
}

#footer h4 {
    font-size: 15px;
    font-weight: bold;
   
    margin: 0 0 21px 0;
}

.footer_info {
    float: left;
    margin: 32px 0 40px 0;
}

#footer_about {
    margin-right: 64px;
}
#footer_explore {
	margin-right: 30px;
}
#footer_browse {
	margin-right: 30px;
}
#footer_about {
    width: 238px;
}

#footer_about p, #footer_contact p, #copyright {
    line-height: 17px;
}

#footer_explore li, #footer_browse li {
    margin: 12px 0;
}

#footer_explore li a, #footer_browse li a {
    text-transform: capitalize;
}

#footer_explore li a:hover, #footer_browse li a:hover {
    color: #5488b8;
}

#footer_connect {
    float: right;
    width: 213px;
}
#footer_connect p {
	  line-height: 17px;
}
#footer_connect h4 {
    /* margin-left: 24px;*/
}

#footer_connect a {
    display: block;
    float: left;
    height: 51px;
    margin: 0 0 10px 18px;
    text-indent: -9999px;
    width: 53px;
}

#facebook {
    background: url(../images/facebook_icon.png) no-repeat;
}

#dribbble {
    background: url(../images/dribbble_icon.png) no-repeat;
}

#pinterest {
    background: url(../images/pinterest_icon.png) no-repeat;
}

#linkedin {
    background: url(../images/linkedin_icon.png) no-repeat;
}

#skype {
    background: url(../images/skype_icon.png) no-repeat;
}

#sharethis {
    background: url(../images/sharethis_icon.png) no-repeat;
}

p#copyright {
    clear: both;
    float: left;
/*    font-size: 13px;*/
}

#footer_logo {
    background: url(../images/footer-logo.png) no-repeat;
    display: block;
    float: right;
    height: 52px;
    text-indent: -9999px;
    width: 49px;
}

/* ----- Footer Styling ----- */

.phocamaps {margin-top: -15px;}

#phoca-dl-category-box {float: right; width: 775px;border: none;}

.sidemenu {width: 180px; float: left; margin: 50px 20px 30px 0;}
.sidemenu li.main_current {border-bottom: 1px solid #5488b8;border-top: none;margin-top: 0;}
.sidemenu ul {}
.sidemenu ul li {padding: 5px 0;}
.sidemenu ul li.active a {border-bottom: 1px solid #ccc;}

h3.featured {  
	float: left;
  font-size: 15px;
  font-weight: bold;
  height: 40px;
  margin: 10px auto 0 auto;
  padding: 8px 0 0 0px;

  text-align: left;
  width: 1000px;
  line-height: 20px;
  }
  
  /*helpers*/
  .clearfix {
clear: both;
}
  
  /* Mitglieder u. Kooperationspartner */
  .contact-category {width: 800px; float: left;margin-bottom: 10px;}
 .member_row {
	 padding-top: 10px;
	 width: 100%;
	 /*background: #ccc;*/
	 clear:both;
	 margin-bottom: 20px;
 }
.member_info {
	width: 60%;
	float: left;
	margin-right: 5%;
}
.member_info .details {margin-top: 40px;}
.member_logo {
	width: 30%;
	float: left;
	margin-left: 5%;
}
.detailsbutton {float: right;}
.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
	background-color: ##e8ebf1;
}
.btn-default {
	color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
}

.vorstand_bild {float: left;padding-right: 10px;padding-bottom: 10px;padding-top: 20px;}
.vorstand_text {float: left; padding-left: 20px;max-width: 70%;}

/* Pagination */
.pagination {margin-top: 20px; border-top: 1px solid #ccc;}
.pagination ul {list-style-type: none !important;padding-top: 10px;}
.pagination ul li {float: left;padding-right: 10px;}


/* ScrollToTop */
#toTop-right {
	display:none;
	text-decoration:none;
	position:fixed;
	bottom:20px;
	right:20px;
	outline:none;
}
#toTop-left {
	display:none;
	text-decoration:none;
	position:fixed;
	bottom:20px;
	left:20px;
	outline:none;
}
#toTop-center {
	display:none;
	text-decoration:none;
	position:fixed;
	bottom:10px;
	left:50%;
	margin-left:-20px; /*Feintuning je nach Inhalt */
	outline:none;
}

#map_canvas {height: 100% !important;}


.slicknav_menu {
	display:none;
}

@media screen and (max-width: 1000px) {
	body {
		    padding-top: 0;
	}
	#header {background: none;box-shadow: none;height: 0;}
	 #ulmenu {
		display:none;
	}
	
	 .slicknav_menu {
		display:block;
	}
	.slicknav_nav li, .slicknav_nav ul {float: none;border-bottom: 1px solid #ccc;padding: 5px 0;}
	.slicknav_nav li:last-child {border-bottom: 0;padding-bottom: 10px;}
	.main_current {border-top: none; margin-top: 0;}
	.main_current a {color: #5488b8 !important;}
	
	.container, #latest_works, #bottom_content, #download {
		width: 100%;
	}
	#latest_works, #bottom_content, #download, #mid_content {
		padding-right: 10px;
		padding-left: 10px;
	}
	#latest_works p {
	padding-right: 20px;
	}
	#testimonials p {
		padding-left: 10px;
		padding-right: 20px;
	}
	.container .one_third.first {
		width: 100%;
	}
	.container .one_third.first h1 {width: 100%;}
	.container .one_third.first h1 a {
	background-position: center !important;
    width: 100%;
    background-repeat: no-repeat !important;
	}
	.container .two_third {
		width: 100%;
	}
	#slideshow_container {
		padding: 0 10px;
	}
	div[itemprop="articleBody"], div.blog {
		width: 100%;
	}
	div[itemprop="articleBody"] p, div[itemprop="articleBody"] h3, div[itemprop="articleBody"] h2, div[itemprop="articleBody"] div , div[itemprop="articleBody"] h5{
				padding-right: 5px;
		padding-left: 5px;
	}
	div[itemprop="articleBody"] ul { margin-left: 40px;}
	.sidemenu {width: 100%;padding-bottom: 20px; border-bottom: 1px solid #ccc;}
	.sidemenu ul {padding-right: 20px; padding-left: 20px;padding-top: 20px;width: 50%;float: left;}
	.sidemenu img {
		width: 45%;
		float: right;
		padding-top: 0 !important;
	}
	h2#portfolio {
		height: auto;
		margin-left: -20px;
	}
	.blog {padding-left: 20px;}
	.blog div[itemprop="blogPost"] {
		padding-right: 25px;
	}
	.member_row {
		padding-left: 20px;
	}
	.category-desc {
		text-align: left;
		padding-left: 10px;
	}
	#footer_about{
		width: 40%;
		margin-right: 0;
		margin-left: 0 !important;
		text-align: center;
		float: left;
	}
	#footer_contact{
		width: 40%;
		float: right;
	}
}

@media screen and (max-width: 730px) {
	#latest_works p .btn {
		margin-top: 30px;
	}
	#mid_content {
		height: 120px;
	}
	#mid_content p .btn {
		margin-top: 55px;
	}
	#footer_about, #footer_contact {
		width: 100%;
		margin-right: 0;
		margin-left: 0 !important;
		text-align: center;
	}
}

table.sachverstaendige thead th {
	text-align: left;
	border-bottom: 1px solid #ccc;
	padding-bottom: 5px;
}
table.sachverstaendige tbody td {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 7px;
	border-top: 1px solid #ccc;
}
table.sachverstaendige tbody td:last-child {
	padding-right: 0;
}
