/*
	Copyright © 2012 Ryan Wittering, tenzij anders aangegeven. Alle rechten voorbehouden.
	[versie 2.0] maart 2014 m/ Jasper van Thuijl
	
	Inspired by Twitter's Bootstrap
*/

/* GENERAL */
*
{
	margin: 0;
	padding: 0;
}

body
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
}

a, a:hover, a:active, a:visited
{
	color: #fff;
	text-decoration: none;
}

h2,
h3,
h4,
h5,
h6 {
  margin: 10px 0;
  font-family: inherit;
  font-weight: bold;
  color: inherit;
  text-rendering: optimizelegibility;
}

h1
{
	margin: 5px 0;
	font-size: 14px;	
}
h2
{
	font-size: 13px;	
}
h3,h4,h5
{
	font-size: 12px;	
}


p {
  margin: 0 0 10px;
  line-height: 15px;
}

small {
  font-size: 85%;
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

a.menu:link {color: #FFFFFF; text-decoration: none}
a.menu:visited {color: #FFFFFF; text-decoration: none}
a.menu:hover {text-decoration: none}

a.white:link {color: #FFFFFF; text-decoration: none}
a.white:visited {color: #FFFFFF; text-decoration: none}
a.white:hover {text-decoration: underline}

a.black:link {color: #000000; text-decoration: none}
a.black:visited {color: #000000; text-decoration: none}
a.black:hover {text-decoration: underline}

/*a.gray:link {color: #3A3A3A; text-decoration: none}
a.gray:visited {color: #3A3A3A; text-decoration: none}
a.gray:hover {text-decoration: underline}*/

a.gray:link {color: #3A3A3A; text-decoration: none; border-bottom: dotted 1px #666666;}
a.gray:visited {color: #3A3A3A; text-decoration: none}
a.gray:hover {border-bottom: solid 1px #333333;}

tr.highlight td
{
	border-bottom: 1px #D2CCCC solid;
	padding: 2px 0px 2px 0px;
}

input[type=text], input[type=password], input[type=date]
{
	border: 1px solid #CCCCCC;
	border-radius: 3px 3px 3px 3px;
	color: #808080;
	display: inline-block;
	height: 13px;
	line-height: 15px;
	padding: 4px;
	width: 150px;
	margin-top: 2px;
	-webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
	-moz-transition: border linear 0.2s, box-shadow linear 0.2s;
	-ms-transition: border linear 0.2s, box-shadow linear 0.2s;
	-o-transition: border linear 0.2s, box-shadow linear 0.2s;
	transition: border linear 0.2s, box-shadow linear 0.2s;
	-webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
	box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
}

/*input[type=submit],input[type=button],*/ .btn
{
	-moz-border-bottom-colors: none;
	-moz-border-image: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	-moz-transition: all 0.1s linear 0s;
	background-color: #E6E6E6;
	background-image: -moz-linear-gradient(center top, #FFFFFF, #FFFFFF 25%, #E6E6E6);
	background-repeat: no-repeat;
	border-color: #CCCCCC #CCCCCC #BBBBBB;
	border-radius: 4px 4px 4px 4px;
	border-style: solid;
	border-width: 1px;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
	color: #333333;
	cursor: pointer;
	display: inline-block;
	font-size: 13px;
	line-height: normal;
	padding: 5px 14px 6px;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
}

.btn:hover,.btn:focus {
  color: #333333;
  text-decoration: none;
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
  -moz-transition: background-position 0.1s linear;
  -o-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear;
}
.btn-primary {
    color: #FFF;
    text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.25);
    background-color: #006DCC;
    background-image: linear-gradient(to bottom, #08C, #04C);
    background-repeat: repeat-x;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}
.btn-primary:hover
{
	color: #fff;
}

input:focus, textarea:focus
{
	outline: 0;
	border-color: rgba(82, 168, 236, 0.8);
	-webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6);
	-moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6);
	box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6);
}

.input-mini {
  max-width: 60px;
  margin-right: 13px !important;
}
.input-20:first-child {
  margin-left: 0px !important;
}
.input-20 {
  max-width: 20px;
  margin-right: 6px !important;
  margin-left: 6px !important;
}
.input-43 {
  max-width: 43px;
  margin-left: 6px !important;
}

.input-prepend
{
	height: auto;
	width: 475px;
	vertical-align: baseline;
	margin-top: 1px;
}
.input-prepend span
{
	float: left;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	display: block;
}
.input-prepend .add-on, .input-append .add-on
{
	background: none repeat scroll 0 0 #F5F5F5;
	border: 1px solid #CCCCCC;
	border-radius: 3px 0 0 3px;
	color: #8C8C8C;
	float: left;
	font-weight: normal;
	height: 13px;
	line-height: 13px;
	margin-top: 11px;
	margin-left: 10px;
	margin-right: -2px;
	min-width: 16px;
	padding: 4px 4px 4px 5px;
	text-align: center;
	text-shadow: 0 1px 0 #FFFFFF;
	width: auto;
	display:block;
}
.input-prepend input[type="text"], .input-append input[type="text"] {
    border-radius: 0 3px 3px 0;
	margin: 0 10px 3px 0; /*margin-right: 10px;*/
}

#prependedInput
{
	margin-top:  1px;
	/*margin-top: 11px\9; /* really sorry, feel free to blame Microsoft entirely */
}

form {
  margin: 0 0 20px;
}

.form-horizontal input,
.form-horizontal textarea,
.form-horizontal select,
.form-horizontal .help-inline,
.form-horizontal .uneditable-input,
.form-horizontal .input-prepend,
.form-horizontal .input-append {
  display: inline-block;
  *display: inline;
  margin: 0 14px 0 0 ;
  vertical-align: middle;
  *zoom: 1;
}
.form-horizontal .control-group {
  margin-bottom: 14px;
  *zoom: 1;
}

.form-horizontal .control-group:before,
.form-horizontal .control-group:after {
  display: table;
  line-height: 0;
  content: "";
}

.form-horizontal .control-group:after {
  clear: both;
}

.form-horizontal .control-label {
  float: left;
  width: 160px;
  padding-top: 5px;
  text-align: right;
}

.form-horizontal .controls {
  *display: inline-block;
  *padding-left: 20px;
  margin-left: 180px;
  *margin-left: 0;
}

.form-horizontal .controls:first-child {
  *padding-left: 180px;
}

.form-horizontal .help-block {
  margin-bottom: 0;
}

.form-horizontal input + .help-block,
.form-horizontal select + .help-block,
.form-horizontal textarea + .help-block,
.form-horizontal .uneditable-input + .help-block,
.form-horizontal .input-prepend + .help-block,
.form-horizontal .input-append + .help-block {
  margin-top: 10px;
}

.form-horizontal .form-actions {
  padding-left: 180px;
}

.control-group.error .control-label,
.control-group.error .help-block,
.control-group.error .help-inline {
  color: #b94a48;
}

.control-group.error .checkbox,
.control-group.error .radio,
.control-group.error input,
.control-group.error select,
.control-group.error textarea {
  color: #b94a48;
}

.control-group.error input,
.control-group.error select,
.control-group.error textarea {
  border-color: #b94a48;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.control-group.error input:focus,
.control-group.error select:focus,
.control-group.error textarea:focus {
  border-color: #953b39;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
}

.control-group.error .input-prepend .add-on,
.control-group.error .input-append .add-on {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #b94a48;
}

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: 40px;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

legend small {
  font-size: 15px;
  color: #999999;
}

label,
input,
button,
select,
textarea {
  font-size: 12px;
  font-weight: normal;
  line-height: 15px;
}

input,
button,
select,
textarea {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

label {
  display: block;
  margin-bottom: 5px;
}

select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  display: inline-block;
  padding: 4px 6px;
  /*margin-bottom: 10px;*/
  font-size: 12px;
  line-height: 15px;
  color: #555555;
  vertical-align: middle;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}
select {
	width: 164px;
	background-color: #ffffff;
	border: 1px solid #cccccc;
	/*margin-left: 2px;*/
	height: 23px;
	padding-top: 3px;

}
textarea {
  height: auto;
}

textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  height: 13px;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
     -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
       -o-transition: border linear 0.2s, box-shadow linear 0.2s;
          transition: border linear 0.2s, box-shadow linear 0.2s;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  border-color: rgba(82, 168, 236, 0.8);
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */

  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
}
input[disabled],
select[disabled],
textarea[disabled],
input[readonly],
select[readonly] {
  cursor: not-allowed;
   background: #e5e5e5;
}
input.loading
{
	background: #fff url('../afbeeldingen/ajax-loader-small.gif') no-repeat center;
}


div#container
{
	width: 775px;
	border-left: solid 1px #E3E3E3;
	border-right: solid 1px #E3E3E3;
	border-bottom: solid 1px #E3E3E3;
	margin: auto;
}

#wrapper
{
	width: 767px;
	margin: auto;
}

.clear
{
	clear: both;
}

.no-background
{
	background: none !important;
}

.hide {
	display: none;
}
.radius img
{
	border-radius: 6px;
	opacity: 0.8;
}
.opacity_img
{
	opacity: 0.8;	
}
img.clickable
{
	cursor: pointer;
}

.highlight .selected {
	font-weight: bold;
}
/* HEADER */

.header
{
	min-height: 79px;
	width: 767px;
	margin-bottom: 4px;
}

.header_strokes
{
	background-color: #00236f;
}

.header_center
{
	width: 765px;
	min-height: 79px;
	background: #2C529D url(../afbeeldingen/header_background.png) bottom left repeat-x;
	margin: auto;
}

.header_bottom
{
	background: url(../afbeeldingen/header_bottom.png) center top no-repeat;
	height: 3px;
	width: 767px;
}

.logo
{
	margin: 6px 0px 0px 14px;
}

/* HEADERBALK */

.insideheader
{
	float: right;
	margin: 18px 8px 0px 0px;
}

.insideheader_stroke_left
{
	background: url(../afbeeldingen/insideheader_stroke_left.png) center center no-repeat;
	width: 3px;
	height: 46px;
	float: left;
}

.insideheader_center
{
	background: url(../afbeeldingen/insideheader_center.png) top left repeat-x;
	height: 46px;
	padding: 0px 10px 0px 10px;
	float: left;
	line-height: 45px;
	font-size: 12px;
}

.insideheader_center p
{
	float: left;
}

.insideheader_center form
{
	float: left;
}

.insideheader_stroke_right
{
	background: url(../afbeeldingen/insideheader_stroke_right.png) center center no-repeat;
	width: 3px;
	height: 46px;
	float: left;
}

img.underheader_img
{
	float: right;
}

/* MENU */

.menu
{
	float: left;
}

.menu_top
{
	height: 3px;
	width: 182px;
	background-image:url(../afbeeldingen/menu_top.png);
}

.menu_inside
{
	width: 182px;
	background-color: #00236f;
}

.menu_inside_inside
{
	margin: auto;
	width: 162px;
	background: #244386 url(../afbeeldingen/menu_inside.png) top center no-repeat;
	font-size: 12px;
	padding: 3.5px 9px;
}

.menu_inside_inside li 
{
	display: block;
	height: 21px;
	width: 153px;
	line-height: 21px;
	padding: 0px 5px;
}
.menu_inside_inside li:hover, .menu_inside_inside li.active
{
	background: url(../afbeeldingen/li_background.png) no-repeat;
}
.menu_inside_inside li:hover, .menu_inside_inside li.active:hover
{
	background-position: 0 0;
}
.menu_inside_inside li.active
{
	font-weight: bold;
	background-position: 0 -21px;
}

.menu_bottom
{
	height: 3px;
	width: 182px;
	background-image:url(../afbeeldingen/menu_bottom.png);
}

/* CONTENT */

.content
{
	width: 767px;
	min-height: 400px;
	clear: both;
	color: #3a3a3a;
}
.content_left
{
float: left;
width: 182px;
}
.content_right
{
float: right;
}

.content_full
{
	height: auto;
	min-height: 511px;
	width: 563px;
	background-image: url(../afbeeldingen/sub_content.png);
	background-position: bottom !important;
	background-repeat: no-repeat;
	float: left;
	margin-left: 4px;
	padding: 9px;
}

.content_full h1
{
	text-align: center;
	font-size: 14px;
	font-weight: 600;
}
.form-horizontal h2
{
	margin-left:180px;
}
.content_up
{
	margin: auto;
}

.content_up1
{
	width: 164px;
	height: 282px;
	background-image:url(../afbeeldingen/content_up_background.png);
	float: left;
	padding: 9px;
}

.content_up1 h1 
{
	text-align: center;
	font-weight: normal;
	font-size: 14px;
}

.content_up2
{
	width: 171px;
	height: 282px;
	background-image:url(../afbeeldingen/content_up2.png);
	float: left;
	margin-left: 6px;
	padding: 9px;
	cursor: pointer;
}

.content_up2 p 
{
	margin: 20px 0px 0px 2px;
}

.content_up2 h1
{
	text-align: center;
	font-weight: normal;
	font-size: 14px;
}

.content_up2 .small
{
	color: #2c4c90;
	font-weight: 600;
}

.content_up2 .medium
{
	color: #0d9209;
	font-weight: 600;
}

.content_up2 .large
{
	color: #cd0808;
	font-weight: 600;
}

.content_down1
{
	width: 164px;
	height: 211px;
	background-image:url(../afbeeldingen/content_up_background.png);
	background-position: 0 -53px;
	float: left;
	padding: 9px;
}

.shade 
{
	display: block;
	margin: 0 auto;
}

.price 
{
	display: block;
	margin: 0 auto;
	margin-top: 10px;
}

.content_down
{
	width: 767px;
	background: url(../afbeeldingen/content_down_background.png) bottom center no-repeat;
}

.content_down_left 
{
	width: 164px;
	text-align: center;
	float: left;
	padding-left: 7px;
}

.content_down_left img 
{
	margin: 0px 15px 18px 15px;
	padding-bottom: 18px;
}

.content_down_center 
{
	width: 342px;
	padding-left: 29px;
	float: left;
	font-size: 12px;
	line-height: 18px;
}

.content_down_center li 
{
	list-style-image: url(../afbeeldingen/li_image.png);
	margin-left: 18px;
}

.content_down_center ul, p:first-child 
{
	margin-bottom: 10px;
}

.content_down_center span 
{
	color: #284c93;
}

div#beoordeling 
{
	width: 112px;
	height: 18px;
	margin-right: 6px;
}

span#sterren 
{
	width: 112px;
	text-align: center;
	font-size: 0.9em; 
	font-weight: bold;
}

.content_down_right 
{
	font-size: 12px;
	line-height: 17px;
	width: 171px;
	text-align: center;
	float: right;
	padding-right: 6px;
}

.content_down_right h2 
{
	font-weight: bold;
	color: #4189dd;
	font-size: 14px;
	margin-bottom: 25px;
}

#quote 
{
	text-align: left;
}

#quote_door
{
	color: #8C8C8C;
	font-size: 11px;
	margin-top: 15px;
	margin-bottom: 34px;
	text-align: left;
}
.quotemark
{
	font-size: 14px;
	font-weight: bold;
	padding: 5px;
}

/* FOOTER */

.footer_top
{
	width: 767px;
	height: 3px;
	margin-top: 5px;
	background: url(../afbeeldingen/footer_top.png) center;
}

.footer_inside
{
	background-color: #00236f;
	width: 767px;
	height: 34px;
}

.footer_inside_inside
{
	height: 26px;
	width: 765px;
	margin-left: 1px;
	padding-top: 7px;
	background: url(../afbeeldingen/footer_inside.png) top center repeat-x;
	font-size: 11px;
	text-align: center;
	line-height: 33px;
	color: #FFF;
}

/* DOMAIN CHECK

   Copyright 2012 Jasper van Thuijl - jaspervanthuijl [at] gmail . com
   ~ Inter spem et metum, tui numquam obliviscar.
*/
#gezochte_extensie table, #overige_extensies table
{
	color: #000;
	font-size: 13px;
	border-collapse: collapse;
    border-spacing: 0;
    border-bottom: 1px solid #DDDDDD;
}
#gezochte_extensie table  td, #overige_extensies table  td
{
    border-top: 1px solid #DDDDDD;
    line-height: 18px;
    padding: 4px;
    text-align: left;
    vertical-align: top;
}
#gezochte_extensie table tr td:first-child, #overige_extensies table tr td:first-child
{
	width: 300px;
}
#gezochte_extensie table tr td:last-child, #overige_extensies table tr td:last-child
{
	width: 100px;
	padding: 0;
	color: #FFF;
}
#gezochte_extensie, #overige_extensies
{
	padding: 9px;
}

#overige_extensies .add-on 
{
	margin-top: 1px;	
}
#overige_extensies input[type='submit'] {
	margin-top: -2px;
}

.domeinnaam_vrij_beschikbaarheid_beschikbaar
{
	background: #51A351;
}
.domeinnaam_vrij_beschikbaarheid_bezet
{
	background: #DA4F49;
}
.domeinnaam_vrij_beschikbaarheid_bezet, .domeinnaam_vrij_beschikbaarheid_beschikbaar
{
    height: 18px;
    padding: 4px;
    position: absolute;
    width: 100px;
}
#gekozen_extensie .domeinnaam_vrij_beschikbaarheid {
	color: #ffffff !important;
}
#gekozen_extensie .domeinnaam_vrij_domein {
	width: 338px;
}

/* INDEX */
.ispgids-review
{
	cursor: pointer;
}
/* ALGEMENE VOORWAARDEN */

#algemene_voorwaarden
{
	color: #000;
	min-width: 550px;
	min-height: 300px;
}

/* TABLE STYLES */
table {
  max-width: 100%;
  background-color: transparent;
  border-collapse: collapse;
  border-spacing: 0;
}
.table {
  width: 100%;
  margin-bottom: 20px;
}
.table th,
.table td {
  padding: 8px;
  line-height: 20px;
  text-align: left;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}
.table th {
  font-weight: bold;
}
.table thead th {
  vertical-align: bottom;
}
.table caption + thead tr:first-child th,
.table caption + thead tr:first-child td,
.table colgroup + thead tr:first-child th,
.table colgroup + thead tr:first-child td,
.table thead:first-child tr:first-child th,
.table thead:first-child tr:first-child td {
  border-top: 0;
}
.table tbody + tbody {
  border-top: 2px solid #dddddd;
}
.table .table {
  background-color: #ffffff;
}
.table-condensed th,
.table-condensed td {
  padding: 4px 5px;
}
.table-bordered {
  border: 1px solid #dddddd;
  border-collapse: separate;
  *border-collapse: collapse;
  border-left: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.table-bordered th,
.table-bordered td {
  border-left: 1px solid #dddddd;
}
.table-bordered caption + thead tr:first-child th,
.table-bordered caption + tbody tr:first-child th,
.table-bordered caption + tbody tr:first-child td,
.table-bordered colgroup + thead tr:first-child th,
.table-bordered colgroup + tbody tr:first-child th,
.table-bordered colgroup + tbody tr:first-child td,
.table-bordered thead:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child td {
  border-top: 0;
}
.table-bordered thead:first-child tr:first-child > th:first-child,
.table-bordered tbody:first-child tr:first-child > td:first-child,
.table-bordered tbody:first-child tr:first-child > th:first-child {
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
}
.table-bordered thead:first-child tr:first-child > th:last-child,
.table-bordered tbody:first-child tr:first-child > td:last-child,
.table-bordered tbody:first-child tr:first-child > th:last-child {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
}
.table-bordered thead:last-child tr:last-child > th:first-child,
.table-bordered tbody:last-child tr:last-child > td:first-child,
.table-bordered tbody:last-child tr:last-child > th:first-child,
.table-bordered tfoot:last-child tr:last-child > td:first-child,
.table-bordered tfoot:last-child tr:last-child > th:first-child {
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
}
.table-bordered thead:last-child tr:last-child > th:last-child,
.table-bordered tbody:last-child tr:last-child > td:last-child,
.table-bordered tbody:last-child tr:last-child > th:last-child,
.table-bordered tfoot:last-child tr:last-child > td:last-child,
.table-bordered tfoot:last-child tr:last-child > th:last-child {
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
}
.table-bordered tfoot + tbody:last-child tr:last-child td:first-child {
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
}
.table-bordered tfoot + tbody:last-child tr:last-child td:last-child {
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
}
.table-bordered caption + thead tr:first-child th:first-child,
.table-bordered caption + tbody tr:first-child td:first-child,
.table-bordered colgroup + thead tr:first-child th:first-child,
.table-bordered colgroup + tbody tr:first-child td:first-child {
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
}
.table-bordered caption + thead tr:first-child th:last-child,
.table-bordered caption + tbody tr:first-child td:last-child,
.table-bordered colgroup + thead tr:first-child th:last-child,
.table-bordered colgroup + tbody tr:first-child td:last-child {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
}
.table-striped tbody > tr:nth-child(odd) > td,
.table-striped tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}
.table-hover tbody tr:hover > td,
.table-hover tbody tr:hover > th {
  background-color: #f5f5f5;
}
table td[class*="span"],
table th[class*="span"],
.row-fluid table td[class*="span"],
.row-fluid table th[class*="span"] {
  display: table-cell;
  float: none;
  margin-left: 0;
}
.table td.span1,
.table th.span1 {
  float: none;
  width: 44px;
  margin-left: 0;
}
.table td.span2,
.table th.span2 {
  float: none;
  width: 124px;
  margin-left: 0;
}
.table td.span3,
.table th.span3 {
  float: none;
  width: 204px;
  margin-left: 0;
}
.table td.span4,
.table th.span4 {
  float: none;
  width: 284px;
  margin-left: 0;
}
.table td.span5,
.table th.span5 {
  float: none;
  width: 364px;
  margin-left: 0;
}
.table td.span6,
.table th.span6 {
  float: none;
  width: 444px;
  margin-left: 0;
}
.table td.span7,
.table th.span7 {
  float: none;
  width: 524px;
  margin-left: 0;
}
.table td.span8,
.table th.span8 {
  float: none;
  width: 604px;
  margin-left: 0;
}
.table td.span9,
.table th.span9 {
  float: none;
  width: 684px;
  margin-left: 0;
}
.table td.span10,
.table th.span10 {
  float: none;
  width: 764px;
  margin-left: 0;
}
.table td.span11,
.table th.span11 {
  float: none;
  width: 844px;
  margin-left: 0;
}
.table td.span12,
.table th.span12 {
  float: none;
  width: 924px;
  margin-left: 0;
}
.table tbody tr.success > td {
  background-color: #dff0d8;
}
.table tbody tr.error > td {
  background-color: #f2dede;
}
.table tbody tr.warning > td {
  background-color: #fcf8e3;
}
.table tbody tr.info > td {
  background-color: #d9edf7;
}
.table-hover tbody tr.success:hover > td {
  background-color: #d0e9c6;
}
.table-hover tbody tr.error:hover > td {
  background-color: #ebcccc;
}
.table-hover tbody tr.warning:hover > td {
  background-color: #faf2cc;
}
.table-hover tbody tr.info:hover > td {
  background-color: #c4e3f3;
}
