/*! normalize.css v3.0.0 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
@media print {
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  select {
    background: #fff !important;
  }
  .navbar {
    display: none;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('../fonts/glyphicons-halflings-regular.eot');
  src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
  content: "\2a";
}
.glyphicon-plus:before {
  content: "\2b";
}
.glyphicon-euro:before {
  content: "\20ac";
}
.glyphicon-minus:before {
  content: "\2212";
}
.glyphicon-cloud:before {
  content: "\2601";
}
.glyphicon-envelope:before {
  content: "\2709";
}
.glyphicon-pencil:before {
  content: "\270f";
}
.glyphicon-glass:before {
  content: "\e001";
}
.glyphicon-music:before {
  content: "\e002";
}
.glyphicon-search:before {
  content: "\e003";
}
.glyphicon-heart:before {
  content: "\e005";
}
.glyphicon-star:before {
  content: "\e006";
}
.glyphicon-star-empty:before {
  content: "\e007";
}
.glyphicon-user:before {
  content: "\e008";
}
.glyphicon-film:before {
  content: "\e009";
}
.glyphicon-th-large:before {
  content: "\e010";
}
.glyphicon-th:before {
  content: "\e011";
}
.glyphicon-th-list:before {
  content: "\e012";
}
.glyphicon-ok:before {
  content: "\e013";
}
.glyphicon-remove:before {
  content: "\e014";
}
.glyphicon-zoom-in:before {
  content: "\e015";
}
.glyphicon-zoom-out:before {
  content: "\e016";
}
.glyphicon-off:before {
  content: "\e017";
}
.glyphicon-signal:before {
  content: "\e018";
}
.glyphicon-cog:before {
  content: "\e019";
}
.glyphicon-trash:before {
  content: "\e020";
}
.glyphicon-home:before {
  content: "\e021";
}
.glyphicon-file:before {
  content: "\e022";
}
.glyphicon-time:before {
  content: "\e023";
}
.glyphicon-road:before {
  content: "\e024";
}
.glyphicon-download-alt:before {
  content: "\e025";
}
.glyphicon-download:before {
  content: "\e026";
}
.glyphicon-upload:before {
  content: "\e027";
}
.glyphicon-inbox:before {
  content: "\e028";
}
.glyphicon-play-circle:before {
  content: "\e029";
}
.glyphicon-repeat:before {
  content: "\e030";
}
.glyphicon-refresh:before {
  content: "\e031";
}
.glyphicon-list-alt:before {
  content: "\e032";
}
.glyphicon-lock:before {
  content: "\e033";
}
.glyphicon-flag:before {
  content: "\e034";
}
.glyphicon-headphones:before {
  content: "\e035";
}
.glyphicon-volume-off:before {
  content: "\e036";
}
.glyphicon-volume-down:before {
  content: "\e037";
}
.glyphicon-volume-up:before {
  content: "\e038";
}
.glyphicon-qrcode:before {
  content: "\e039";
}
.glyphicon-barcode:before {
  content: "\e040";
}
.glyphicon-tag:before {
  content: "\e041";
}
.glyphicon-tags:before {
  content: "\e042";
}
.glyphicon-book:before {
  content: "\e043";
}
.glyphicon-bookmark:before {
  content: "\e044";
}
.glyphicon-print:before {
  content: "\e045";
}
.glyphicon-camera:before {
  content: "\e046";
}
.glyphicon-font:before {
  content: "\e047";
}
.glyphicon-bold:before {
  content: "\e048";
}
.glyphicon-italic:before {
  content: "\e049";
}
.glyphicon-text-height:before {
  content: "\e050";
}
.glyphicon-text-width:before {
  content: "\e051";
}
.glyphicon-align-left:before {
  content: "\e052";
}
.glyphicon-align-center:before {
  content: "\e053";
}
.glyphicon-align-right:before {
  content: "\e054";
}
.glyphicon-align-justify:before {
  content: "\e055";
}
.glyphicon-list:before {
  content: "\e056";
}
.glyphicon-indent-left:before {
  content: "\e057";
}
.glyphicon-indent-right:before {
  content: "\e058";
}
.glyphicon-facetime-video:before {
  content: "\e059";
}
.glyphicon-picture:before {
  content: "\e060";
}
.glyphicon-map-marker:before {
  content: "\e062";
}
.glyphicon-adjust:before {
  content: "\e063";
}
.glyphicon-tint:before {
  content: "\e064";
}
.glyphicon-edit:before {
  content: "\e065";
}
.glyphicon-share:before {
  content: "\e066";
}
.glyphicon-check:before {
  content: "\e067";
}
.glyphicon-move:before {
  content: "\e068";
}
.glyphicon-step-backward:before {
  content: "\e069";
}
.glyphicon-fast-backward:before {
  content: "\e070";
}
.glyphicon-backward:before {
  content: "\e071";
}
.glyphicon-play:before {
  content: "\e072";
}
.glyphicon-pause:before {
  content: "\e073";
}
.glyphicon-stop:before {
  content: "\e074";
}
.glyphicon-forward:before {
  content: "\e075";
}
.glyphicon-fast-forward:before {
  content: "\e076";
}
.glyphicon-step-forward:before {
  content: "\e077";
}
.glyphicon-eject:before {
  content: "\e078";
}
.glyphicon-chevron-left:before {
  content: "\e079";
}
.glyphicon-chevron-right:before {
  content: "\e080";
}
.glyphicon-plus-sign:before {
  content: "\e081";
}
.glyphicon-minus-sign:before {
  content: "\e082";
}
.glyphicon-remove-sign:before {
  content: "\e083";
}
.glyphicon-ok-sign:before {
  content: "\e084";
}
.glyphicon-question-sign:before {
  content: "\e085";
}
.glyphicon-info-sign:before {
  content: "\e086";
}
.glyphicon-screenshot:before {
  content: "\e087";
}
.glyphicon-remove-circle:before {
  content: "\e088";
}
.glyphicon-ok-circle:before {
  content: "\e089";
}
.glyphicon-ban-circle:before {
  content: "\e090";
}
.glyphicon-arrow-left:before {
  content: "\e091";
}
.glyphicon-arrow-right:before {
  content: "\e092";
}
.glyphicon-arrow-up:before {
  content: "\e093";
}
.glyphicon-arrow-down:before {
  content: "\e094";
}
.glyphicon-share-alt:before {
  content: "\e095";
}
.glyphicon-resize-full:before {
  content: "\e096";
}
.glyphicon-resize-small:before {
  content: "\e097";
}
.glyphicon-exclamation-sign:before {
  content: "\e101";
}
.glyphicon-gift:before {
  content: "\e102";
}
.glyphicon-leaf:before {
  content: "\e103";
}
.glyphicon-fire:before {
  content: "\e104";
}
.glyphicon-eye-open:before {
  content: "\e105";
}
.glyphicon-eye-close:before {
  content: "\e106";
}
.glyphicon-warning-sign:before {
  content: "\e107";
}
.glyphicon-plane:before {
  content: "\e108";
}
.glyphicon-calendar:before {
  content: "\e109";
}
.glyphicon-random:before {
  content: "\e110";
}
.glyphicon-comment:before {
  content: "\e111";
}
.glyphicon-magnet:before {
  content: "\e112";
}
.glyphicon-chevron-up:before {
  content: "\e113";
}
.glyphicon-chevron-down:before {
  content: "\e114";
}
.glyphicon-retweet:before {
  content: "\e115";
}
.glyphicon-shopping-cart:before {
  content: "\e116";
}
.glyphicon-folder-close:before {
  content: "\e117";
}
.glyphicon-folder-open:before {
  content: "\e118";
}
.glyphicon-resize-vertical:before {
  content: "\e119";
}
.glyphicon-resize-horizontal:before {
  content: "\e120";
}
.glyphicon-hdd:before {
  content: "\e121";
}
.glyphicon-bullhorn:before {
  content: "\e122";
}
.glyphicon-bell:before {
  content: "\e123";
}
.glyphicon-certificate:before {
  content: "\e124";
}
.glyphicon-thumbs-up:before {
  content: "\e125";
}
.glyphicon-thumbs-down:before {
  content: "\e126";
}
.glyphicon-hand-right:before {
  content: "\e127";
}
.glyphicon-hand-left:before {
  content: "\e128";
}
.glyphicon-hand-up:before {
  content: "\e129";
}
.glyphicon-hand-down:before {
  content: "\e130";
}
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}
.glyphicon-globe:before {
  content: "\e135";
}
.glyphicon-wrench:before {
  content: "\e136";
}
.glyphicon-tasks:before {
  content: "\e137";
}
.glyphicon-filter:before {
  content: "\e138";
}
.glyphicon-briefcase:before {
  content: "\e139";
}
.glyphicon-fullscreen:before {
  content: "\e140";
}
.glyphicon-dashboard:before {
  content: "\e141";
}
.glyphicon-paperclip:before {
  content: "\e142";
}
.glyphicon-heart-empty:before {
  content: "\e143";
}
.glyphicon-link:before {
  content: "\e144";
}
.glyphicon-phone:before {
  content: "\e145";
}
.glyphicon-pushpin:before {
  content: "\e146";
}
.glyphicon-usd:before {
  content: "\e148";
}
.glyphicon-gbp:before {
  content: "\e149";
}
.glyphicon-sort:before {
  content: "\e150";
}
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}
.glyphicon-sort-by-order:before {
  content: "\e153";
}
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}
.glyphicon-unchecked:before {
  content: "\e157";
}
.glyphicon-expand:before {
  content: "\e158";
}
.glyphicon-collapse-down:before {
  content: "\e159";
}
.glyphicon-collapse-up:before {
  content: "\e160";
}
.glyphicon-log-in:before {
  content: "\e161";
}
.glyphicon-flash:before {
  content: "\e162";
}
.glyphicon-log-out:before {
  content: "\e163";
}
.glyphicon-new-window:before {
  content: "\e164";
}
.glyphicon-record:before {
  content: "\e165";
}
.glyphicon-save:before {
  content: "\e166";
}
.glyphicon-open:before {
  content: "\e167";
}
.glyphicon-saved:before {
  content: "\e168";
}
.glyphicon-import:before {
  content: "\e169";
}
.glyphicon-export:before {
  content: "\e170";
}
.glyphicon-send:before {
  content: "\e171";
}
.glyphicon-floppy-disk:before {
  content: "\e172";
}
.glyphicon-floppy-saved:before {
  content: "\e173";
}
.glyphicon-floppy-remove:before {
  content: "\e174";
}
.glyphicon-floppy-save:before {
  content: "\e175";
}
.glyphicon-floppy-open:before {
  content: "\e176";
}
.glyphicon-credit-card:before {
  content: "\e177";
}
.glyphicon-transfer:before {
  content: "\e178";
}
.glyphicon-cutlery:before {
  content: "\e179";
}
.glyphicon-header:before {
  content: "\e180";
}
.glyphicon-compressed:before {
  content: "\e181";
}
.glyphicon-earphone:before {
  content: "\e182";
}
.glyphicon-phone-alt:before {
  content: "\e183";
}
.glyphicon-tower:before {
  content: "\e184";
}
.glyphicon-stats:before {
  content: "\e185";
}
.glyphicon-sd-video:before {
  content: "\e186";
}
.glyphicon-hd-video:before {
  content: "\e187";
}
.glyphicon-subtitles:before {
  content: "\e188";
}
.glyphicon-sound-stereo:before {
  content: "\e189";
}
.glyphicon-sound-dolby:before {
  content: "\e190";
}
.glyphicon-sound-5-1:before {
  content: "\e191";
}
.glyphicon-sound-6-1:before {
  content: "\e192";
}
.glyphicon-sound-7-1:before {
  content: "\e193";
}
.glyphicon-copyright-mark:before {
  content: "\e194";
}
.glyphicon-registration-mark:before {
  content: "\e195";
}
.glyphicon-cloud-download:before {
  content: "\e197";
}
.glyphicon-cloud-upload:before {
  content: "\e198";
}
.glyphicon-tree-conifer:before {
  content: "\e199";
}
.glyphicon-tree-deciduous:before {
  content: "\e200";
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "CentraleSans Book", sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #3c3c3c;
  background-color: #ffffff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #0089c4;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #0073b4;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
img {
  vertical-align: middle;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "CentraleSans Light", sans-serif;
  font-weight: 200;
  line-height: 1.1;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h1,
.h1 {
  font-size: 44px;
  color: #0089c4;
}
h2,
.h2 {
  font-size: 30px;
  color: #0089c4;
  font-weight: 300;
}
h3,
.h3 {
  font-size: 24px;
  color: #3c3c3c;
  font-weight: 600;
}
h4,
.h4 {
  font-size: 18px;
  color: #3c3c3c;
}
h5,
.h5 {
  font-size: 14px;
  color: #3c3c3c;
}
h6,
.h6 {
  font-size: 12px;
  color: #3c3c3c;
  margin-bottom: 20px;
}
p {
  margin: 0 0 10px;
}
small,
.small {
  font-size: 85%;
  color: #0089c4;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
@font-face {
  font-family: 'CentraleSans Book';
  src: url('../fonts/CentraleSans-Book.eot');
  src: url('../fonts/CentraleSans-Book.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/CentraleSans-Book.woff') format('woff'), /* Modern Browsers */ url('../fonts/CentraleSans-Book.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/CentraleSans-Book.svg#1d84a514a13dcf4f9de78cc3753dbf03') format('svg');
  font-style: normal;
  font-weight: 400;
  
  /* IE9 Compat Modes */
  /* Legacy iOS */
}
@font-face {
  font-family: 'CentraleSans Bold';
  src: url('../fonts/CentraleSans-Bold.eot');
  src: url('../fonts/CentraleSans-Bold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/CentraleSans-Bold.woff') format('woff'), /* Modern Browsers */ url('../fonts/CentraleSans-Bold.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/CentraleSans-Bold.svg#7aed1b68c527ea246edf61790a121845') format('svg');
  font-style: normal;
  font-weight: 700;
  
  /* IE9 Compat Modes */
  /* Legacy iOS */
}
@font-face {
  font-family: 'CentraleSans Light';
  src: url('../fonts/CentraleSans-Light.eot');
  src: url('../fonts/CentraleSans-Light.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/CentraleSans-Light.woff') format('woff'), /* Modern Browsers */ url('../fonts/CentraleSans-Light.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/CentraleSans-Light.svg#d22854b5c8a257945cfe36032fb48365') format('svg');
  font-style: normal;
  font-weight: 200;
  
  /* IE9 Compat Modes */
  /* Legacy iOS */
}
.lrt-container {
  margin-right: auto;
  margin-left: auto;
  margin-top: 10px;
  margin-bottom: 10px;
  width: 100%;
}
.lrt-container-inner {
  padding-left: 2%;
  padding-right: 2%;
}
.lrt-col-12 {
  float: none;
  width: 100%;
}
.lrt-col-4 {
  float: none;
  width: 100%;
}
.lrt-col-3 {
  float: none;
  width: 100%;
}
.lrt-col-2 {
  float: none;
  width: 100%;
}
.lrt-col-10 {
  float: none;
  width: 100%;
}
@media (min-width: 701px) {
  .lrt-container {
    width: 700px;
  }
  .lrt-row {
    margin-right: -1.176470588235294%;
    margin-left: -1.176470588235294%;
  }
  .lrt-col-12 {
    float: left;
    width: 100%;
    padding-right: 1.176470588235294%;
    padding-left: 1.176470588235294%;
  }
  .lrt-col-10 {
    float: left;
    width: 82.94117647058823%;
    padding-right: 1.176470588235294%;
    padding-left: 1.176470588235294%;
  }
  .lrt-col-8 {
    float: left;
    width: 66.66%;
    padding-right: 1.176470588235294%;
    padding-left: 1.176470588235294%;
  }
  .lrt-col-6 {
    float: left;
    width: 50.00%;
    padding-right: 1.176470588235294%;
    padding-left: 1.176470588235294%;
  }
  .lrt-col-4 {
    float: left;
    width: 33.33%;
    padding-right: 1.176470588235294%;
    padding-left: 1.176470588235294%;
  }
  .lrt-col-3 {
    float: left;
    width: 25%;
    padding-right: 1.176470588235294%;
    padding-left: 1.176470588235294%;
  }
  .lrt-col-2 {
    float: left;
    width: 14.70588235294118%;
    padding-right: 1.176470588235294%;
    padding-left: 1.176470588235294%;
  }
  .lrt-col-1 {
    float: left;
    width: 6.176470588235294%;
    padding-right: 1.176470588235294%;
    padding-left: 1.176470588235294%;
  }
}
@media (min-width: 960px) {
  .lrt-container {
    width: 960px;
  }
  .lrt-container-inner {
    padding-left: 0;
    padding-right: 0;
  }
}
.lrt-clearfix:before,
.lrt-clearfix:after,
.lrt-container:before,
.lrt-container:after,
.lrt-row:before,
.lrt-row:after {
  display: table;
  content: " ";
}
.lrt-clearfix:after,
.lrt-container:after,
.lrt-row:after {
  clear: both;
}
.lrt-row-modal {
  margin-bottom: 10px;
}
table {
  max-width: 100%;
  background-color: transparent;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  margin-bottom: 1.42857143;
  font-size: 12px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.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 > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.lrt-td-specifications {
  width: 113px;
}
.lrt-td-where-to-buy {
  width: 107px;
}
.lrt-td-mobile {
  display: none;
}
.lrt-td-normal {
  display: inline-block;
}
@media (min-width: 701px) and (max-width: 959px) {
  .lrt-td-mobile {
    display: inline-block;
  }
  .lrt-td-normal {
    display: none;
  }
  .lrt-td-specifications {
    width: 39px;
  }
  .lrt-td-where-to-buy {
    width: 39px;
  }
}
/* Responsive table */
@media all and (max-width: 700px) {
  .table {
    font-size: 14px;
  }
  .table,
  .row,
  .column,
  .column:before {
    display: block;
    /* Converts a table, table row, table column and table column:before into a block element */
  }
  .table thead {
    display: none !important;
  }
  .row {
    margin: 10px 0;
    border: 1px solid #ccc;
    padding: 10px;
  }
  .column:before {
    /* prints the value of data-label attribute before the column data */
    font-weight: bold;
    padding-right: 20px;
    font-size: 12px;
    content: " " attr(data-label) " ";
    /* call the attribute value of data-label and adds a string // */
  }
  .table > thead > tr > th,
  .table > tbody > tr > th,
  .table > tfoot > tr > th,
  .table > thead > tr > td,
  .table > tbody > tr > td,
  .table > tfoot > tr > td {
    border-top: none;
  }
  table thead,
  table tbody,
  .tablesorter-headerRow,
  .tablesorter-header,
  .tablesorter-header-inner,
  .column:before {
    display: block !important;
    width: 100%;
  }
}
.hide {
  display: none !important;
}
.philips_1 {
  min-width: 95px;
}
.philips_2 {
  min-width: 90px;
}
.philips_3 {
  min-width: 90px;
}
.philips_4 {
  min-width: 90px;
}
.philips_5 {
  min-width: 40px;
}
.philips_6 {
  min-width: 40px;
}
.philips_7 {
  min-width: 50px;
}
.philips_8 {
  min-width: 50px;
}
.fixtures_1 {
  min-width: 95px;
}
.fixtures_2 {
  min-width: 90px;
}
.fixtures_3 {
  min-width: 90px;
}
.fixtures_4 {
  min-width: 90px;
}
.fixtures_5 {
  min-width: 40px;
}
.fixtures_6 {
  min-width: 40px;
}
.fixtures_7 {
  min-width: 50px;
}
.fixtures_8 {
  min-width: 50px;
}
.cross_1 {
  min-width: 90px;
}
.cross_2 {
  min-width: 90px;
}
.cross_3 {
  min-width: 90px;
}
.cross_4 {
  min-width: 50px;
}
.cross_5 {
  min-width: 50px;
}
.cross_6 {
  min-width: 60px;
}
label {
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
}
select.lrt-customselect {
  color: #3c3c3c;
  font-size: 14px;
  font-family: "CentraleSans Book", sans-serif;
  line-height: 1.42857143;
}
.lrt-customselect-style {
  font-family: "CentraleSans Book", sans-serif;
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  margin-bottom: 18px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #3c3c3c;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #7fc4e1;
  border-radius: 2px;
  background-image: url("../img/select-arrow.png");
  background-repeat: no-repeat;
  background-position: right center;
  overflow: hidden;
}
.lrt-customselect.lrt-customselect-styleHover {
  background-color: #f2f9fc;
}
.lrt-customselect-styleOverflow {
  display: block;
  height: 20px;
  margin-right: 10px;
  overflow-x: hidden;
  overflow-y: hidden;
}
input[type=text] {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  margin-bottom: 18px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #3c3c3c;
  border: 1px solid #7fc4e1;
  border-radius: 2px;
}
::-moz-placeholder {
  color: #b9b9b9;
}
:-ms-input-placeholder {
  color: #b9b9b9;
}
::-webkit-input-placeholder {
  color: #b9b9b9;
}
.lrt-btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 2px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.lrt-btn:focus,
.lrt-btn:active:focus,
.lrt-btn.active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.lrt-btn:hover,
.lrt-btn:focus {
  color: #0089c4;
  text-decoration: none;
}
.lrt-btn:active,
.lrt-btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: 0 0 4px rgba(11, 34, 101, 0.25) inset;
  box-shadow: 0 0 4px rgba(11, 34, 101, 0.25) inset;
}
.lrt-btn-sm {
  padding: 3px 12px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 2px;
}
.lrt-btn-default {
  color: #0089c4;
  background-color: #ffffff;
  border-color: #7fc4e1;
}
.lrt-btn-default:hover,
.lrt-btn-default:focus,
.lrt-btn-default:active,
.lrt-btn-default.active {
  color: #0089c4;
  background-color: #f2f9fc;
  border-color: #7fc4e1;
}
.lrt-btn-blue {
  color: #ffffff;
  background-color: #0089c4;
  border-color: #0089c4;
}
.lrt-btn-blue:hover,
.lrt-btn-blue:focus,
.lrt-btn-blue:active,
.lrt-btn-blue.active {
  color: #ffffff;
  background-color: #0073b4;
  border-color: #0073b4;
}
.lrt-btn-modal {
  width: 100%;
}
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
.label[href]:hover,
.label[href]:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #3c3c3c;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #232323;
}
.lrt-close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.lrt-close:hover,
.lrt-close:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
button.lrt-close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.lrt-modal-open {
  overflow: hidden;
}
.lrt-modal {
  display: none;
  overflow: auto;
  overflow-y: scroll;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  font-family: "CentraleSans Book", sans-serif;
  outline: 0;
}
.lrt-modal.lrt-fade .lrt-modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.lrt-modal.in .lrt-modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.lrt-modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.lrt-modal-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 2px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: none;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.lrt-modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.42857143px;
}
.lrt-modal-header .lrt-close {
  margin-top: -2px;
}
.lrt-modal-title {
  margin: 0;
  line-height: 1.42857143;
  font-weight: 600;
}
.lrt-modal-body {
  position: relative;
  padding: 20px;
}
.lrt-modal-footer {
  margin-top: 15px;
  padding: 19px 20px 20px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.lrt-modal-footer .lrt-btn + .lrt-btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.lrt-modal-footer .lrt-btn-group .lrt-btn + .lrt-btn {
  margin-left: -1px;
}
.lrt-modal-footer .lrt-btn-block + .lrt-btn-block {
  margin-left: 0;
}
@media (min-width: 701px) {
  .lrt-modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .lrt-modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .lrt-modal-sm {
    width: 300px;
  }
}
@media (min-width: 960px) {
  .lrt-modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  visibility: visible;
  font-size: 14px;
  line-height: 1.4;
  border: 1px solid #ff0000;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 1;
  filter: alpha(opacity=100);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 12px;
  color: #3c3c3c;
  text-align: center;
  text-decoration: none;
  background-color: #ffffff;
  border-radius: 2px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #ffffff;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-width: 5px 5px 0;
  border-top-color: #ffffff;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  right: 5px;
  border-width: 5px 5px 0;
  border-top-color: #ffffff;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #ffffff;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #ffffff;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #ffffff;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #ffffff;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #ffffff;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 2px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal;
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow:after {
  border-width: 10px;
  content: "";
}
.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #ffffff;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #ffffff;
}
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #ffffff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #ffffff;
  bottom: -10px;
}
.clearfix:before,
.clearfix:after,
.lrt-container:before,
.lrt-container:after,
.lrt-modal-footer:before,
.lrt-modal-footer:after {
  content: " ";
  display: table;
}
.clearfix:after,
.lrt-container:after,
.lrt-modal-footer:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
/*
// Visibility utilities
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  .responsive-invisibility();
}

.visible-xs {
  @media (max-width: @screen-xs-max) {
    .responsive-visibility();
  }
}
.visible-sm {
  @media (min-width: @screen-sm-min) and (max-width: @screen-sm-max) {
    .responsive-visibility();
  }
}
.visible-md {
  @media (min-width: @screen-md-min) and (max-width: @screen-md-max) {
    .responsive-visibility();
  }
}
.visible-lg {
  @media (min-width: @screen-lg-min) {
    .responsive-visibility();
  }
}

.hidden-xs {
  @media (max-width: @screen-xs-max) {
    .responsive-invisibility();
  }
}
.hidden-sm {
  @media (min-width: @screen-sm-min) and (max-width: @screen-sm-max) {
    .responsive-invisibility();
  }
}
.hidden-md {
  @media (min-width: @screen-md-min) and (max-width: @screen-md-max) {
    .responsive-invisibility();
  }
}
.hidden-lg {
  @media (min-width: @screen-lg-min) {
    .responsive-invisibility();
  }
}

*/
.lrt-header {
  padding: 0 16px 0 16px;
}
.lrt-nav-btn {
  display: block;
  position: relative;
  z-index: 1;
  cursor: pointer;
  width: 100%;
  padding: 18px;
  border: 1px solid #a2a2a2;
  margin-bottom: 20px;
  -webkit-box-shadow: 0 2px 5px #dddddd;
  box-shadow: 0 2px 5px #dddddd;
  border-radius: 3px;
  background-repeat: repeat-x;
  background-image: -webkit-linear-gradient(45deg, #005b8e, #0089c4);
  background-image: linear-gradient(45deg, #005b8e, #0089c4);
}
.lrt-nav-btn .lrt-nav-btn-img {
  float: left;
  margin-right: 3.5%;
  -webkit-box-shadow: 0 0 5px #004d79;
  box-shadow: 0 0 5px #004d79;
}
.lrt-nav-btn .lrt-nav-btn-txt {
  height: 64px;
  display: table-cell;
  vertical-align: middle;
  font-size: 14px;
  color: #ffffff;
}
.lrt-nav-btn.lrt-active {
  background-image: none;
  background-color: #ffffff;
  filter: none;
}
.lrt-nav-btn.lrt-active:hover {
  background-image: none;
  background-color: #ffffff;
  filter: none;
}
.lrt-nav-btn.lrt-active {
  color: #0089c4;
}
.lrt-nav-btn.lrt-active .lrt-nav-btn-txt {
  color: #0089c4;
}
.lrt-nav-btn:hover {
  background-image: none;
  background-color: #0089c4;
}
.lrt-nav-btn.lrt-active .lrt-nav-btn-img {
  -webkit-box-shadow: 0 0 5px #999999;
  box-shadow: 0 0 5px #999999;
}
.lrt-nav-border-left,
.lrt-nav-border-right {
  display: none;
}
.lrt-search label {
  min-height: 26px;
  margin-bottom: 0;
}
@media (min-width: 701px) and (max-width: 959px) {
  .lrt-nav-btn {
    height: 120px;
  }
  .lrt-search label {
    font-size: 12px;
  }
}
@media (min-width: 701px) {
  .lrt-overflow {
    background-repeat: repeat-x;
    background-image: -webkit-linear-gradient(45deg, #005b8e, #0089c4);
    background-image: linear-gradient(45deg, #005b8e, #0089c4);
  }
  #lrt-nav {
    border: 1px solid #a2a2a2;
    overflow: hidden;
    -webkit-box-shadow: 0 2px 5px #dddddd;
    box-shadow: 0 2px 5px #dddddd;
    margin-top: 40px;
  }
  .lrt-nav-btn {
    float: left;
    width: 33.333333%;
    border: 0 none;
    margin-bottom: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-image: none;
    background-color: transparent;
  }
  .lrt-nav-btn.lrt-active {
    -webkit-box-shadow: 0 0 5px 5px #004d79;
    box-shadow: 0 0 5px 5px #004d79;
    z-index: 2;
  }
  .lrt-nav-btn.lrt-inactive {
    -webkit-box-shadow: inset 0 -12px 5px -10px #004d79;
    box-shadow: inset 0 -12px 5px -10px #004d79;
  }
  .lrt-nav-btn.lrt-active .lrt-nav-border-left,
  .lrt-nav-btn.lrt-active .lrt-nav-border-right {
    display: none;
  }
  .lrt-nav-border-left {
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 1px;
    height: 100%;
    background-image: url('../img/nav-border-left.png');
    background-position: left center;
    background-repeat: no-repeat;
  }
  .lrt-nav-border-right {
    display: block;
    position: absolute;
    top: 0px;
    right: 0px;
    width: 1px;
    height: 100%;
    background-image: url('../img/nav-border-right.png');
    background-position: left center;
    background-repeat: no-repeat;
  }
}
.lrt-overflow {
  overflow: hidden;
}
.lrt-search {
  display: none;
  padding: 18px;
}
.lrt-result {
  display: none;
  padding: 0 18px 0 18px;
  margin-top: 40px;
  margin-bottom: 40px;
}
/*
.lrt-result {
	display: none;
	padding: 0 0 0 18px;
	margin-bottom: 40px;
}

.lrt-result-scroll {
	max-height: 600px;
	overflow-y: auto;
	overflow-x: hidden;
	padding-right: 4px;
}
@media (max-width: 700px) {
  .lrt-result-scroll {
    width: 100%;
    overflow-x: scroll;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -webkit-overflow-scrolling: touch;
  }
} 
*/
@media (max-width: 700px) {
  h1 {
    font-size: 24px;
  }
  h2 {
    font-size: 16px;
  }
  .lrt-nav-btn {
    padding: 9px;
    margin-bottom: 10px;
  }
  .lrt-customselect-style {
    margin-bottom: 10px;
  }
}
.lrt-help {
  display: inline-block;
  background-color: #0089c4;
  border-radius: 2px;
  color: #ffffff;
  margin-left: 10px;
  font-size: 14px;
  padding: 3px 8px 3px 9px;
  cursor: pointer;
  margin-top: -5px;
}
.lrt-help:hover {
  background-color: #0073b4;
}
.min40 {
  min-width: 40px !important;
}
.min50 {
  min-width: 50px !important;
}
.min60 {
  min-width: 60px !important;
}
/*
.hide40 > div {
	overflow: hidden;
	width: 40px;
	height: 18px;
}
@media (max-width: 700px) {
	.hide40 > div {
		overflow: auto !important;
		width: auto !important;
		height: auto !important;
	}
}
*/
