
@font-face {
    font-family: 'Hind';
    src: url(fonts/hind-bold-webfont.eot);
    src: url(fonts/hind-bold-webfont.eot?#iefix) format('embedded-opentype'),
    url(fonts/hind-bold-webfont.woff) format('woff'),
    url(fonts/hind-bold-webfont.svg#hindbold) format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Hind';
    src: url(fonts/hind-regular-webfont.eot);
    src: url(fonts/hind-regular-webfont.eot?#iefix) format('embedded-opentype'),
    url(fonts/hind-regular-webfont.woff) format('woff'),
    url(fonts/hind-regular-webfont.svg#hind_regularregular) format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url(fonts/montserrat-bold-webfont.eot);
    src: url(fonts/montserrat-bold-webfont.eot?#iefix) format('embedded-opentype'),
    url(fonts/montserrat-bold-webfont.woff) format('woff'),
    url(fonts/montserrat-bold-webfont.svg#montserratbold) format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url(fonts/montserrat-regular-webfont.eot);
    src: url(fonts/montserrat-regular-webfont.eot?#iefix) format('embedded-opentype'),
    url(fonts/montserrat-regular-webfont.woff) format('woff'),
    url(fonts/montserrat-regular-webfont.svg#montserratregular) format('svg');
    font-weight: normal;
    font-style: normal;
}

/*--------------------------------*/
/*---Begin--- Base style ---------*/
html, body, div, span, applet, object, iframe, 
p, blockquote, pre,
a, abbr, acronym, font, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  font-weight: 400;
  font-size: 15px;
  font-family: 'Hind',sans-serif;
}

input, select, textarea, label {
  font-size: inherit;
  font-family: 'Hind',sans-serif;
}

body {
  position: relative;
  color: #1a171b;

  background: url('images/kariera_bg.jpg') no-repeat;
  background-repeat: no-repeat;
  background-position: center 117px;
}

h1 {
  font-size: 30px;
}

h2 {
  font-size: 24px;
}

h3 {
  font-size: inherit;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Montserrat',sans-serif;
  margin-bottom: 10px;
  color: #1a171b;
}
.sidebar .logo, .sidebar .company
{
 margin-bottom: 0px !important;
}

h2 a:hover {
  color: #ff5a5a;
}
a:hover, a:hover h2 {
  color: #1a171b;
}

a, a:visited {
  outline: medium none;
  text-decoration: underline;
  color: #303030;
}
a.Title {
  text-decoration: none;
}

a.Title, a:visited.Title, .Title {
  color: #1a171b;
}

a.Command:link, a.Command:visited, .CommandsDiv a:visited, .CommandsDiv a:link, .CommandsDiv a, .adminCommandsDiv a, 
.JobOffers.List a.ReadMore, a.JobOfferLink {
    display: inline-block;
    position: relative;
    margin: 0px;
    cursor: pointer;
    z-index: 1;
    text-transform: uppercase;
    text-align: center;
    border-radius: 4px;
    line-height: 40px;
    height: 40px;
    font-size: 14px;
    background: #0099cd;
    border: 1px solid #0099cd;
    font-family: 'Montserrat',sans-serif;
    font-weight: 700;
    -webkit-box-shadow: 0px 3px 0px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 3px 0px 0px rgba(0,0,0,0.15);
    box-shadow: 0px 3px 0px 0px rgba(0,0,0,0.15);
    padding-right: 20px;
    padding-left: 20px;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    color: #fff;
}

.CommandsDiv a > span {
    line-height: inherit;
    font-size: inherit;
    font-family: inherit;
    letter-spacing: inherit;
    text-transform:  inherit;
}

a.Command:hover, a.Command:hover, .CommandsDiv a:hover, .CommandsDiv a:hover, .CommandsDiv a:hover, .adminCommandsDiv a:hover,
.JobOffers.List a.ReadMore:hover {
  background: #003b53;
}
.blockUI.blockMsg.blockPage {
    max-width: 474px;
}
.blockUI .loader-img {
    vertical-align: text-bottom;
    margin-right: 15px;
}

.Login {
  padding: 0 20px;
}
.Login .CommandsDiv {
  padding-left: 0;
  padding-right: 0;
}

.LoginInformation {
  padding-right: 20px;
  padding-left: 20px;
  text-align: center;
}


#wrap {
  max-width: 100%;
  padding: 0;
}

#wrap_inner {
  position: relative;
  overflow-x: hidden;
}

.twoColumn #wrap_inner  {
  padding-top: 0;
}

.header {
  z-index: 5;
  padding: 0;
  margin: 0 auto;
  max-width: 960px;
  position: relative;
  background-color: #fff;
  border-bottom: 5px solid #113e91;
}

.header::before,
.header::after {

  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 5px;
  border-bottom: 5px solid #113e91;
}


.header::before{
  left: -100%;
}
.header::after {
  right: -100%;
}


.logo {
  display: block;
  padding: 10px;
  max-width: 200px;
}

[id$='hlLogoHeader']  {
  margin-top: 12px;
  margin-bottom: 12px;
  display: inline-block;
}

.sidebar [id$='_hlLogoSidebar'] {
  padding: 8px 20px;
  width: 100%;
  position: absolute;
  top: 40px;
  left: 0px;
  background: #fff;
  display: block;
}

.sidebar [id$='_hlLogoSidebar']::before,
.sidebar [id$='_hlLogoSidebar']::after {
  content: '';
  position: absolute;
  top: 0px;
  height: 100%;
  width: 100%;
  background-color: #fff;
}

.sidebar [id$='_hlLogoSidebar']::before {
  left: -100%;
}

.sidebar [id$='_hlLogoSidebar']::after {
  right: -100%;
}

.LanguagesDiv a {
    color: #989d9e;
    font-size: inherit;
    font-family: 'Georgia-Regular';
}
.sidebar .company {
  background: #ececec;
  margin-top: 20px;
}

.rss {
  position: absolute;
  top: 10px;
  right: 20px;
  z-index: 5;
}

#main {
  float: none;
  padding: 0px 0px 40px 0px;
  margin: 0 auto;

}

#main:before {
  content: '';
  clear: none;
  display: table;
}

#main:not(.loaded) {
  padding-top: 350px;
}

.twoColumn #main {
  max-width: 890px;
}

.oneColumn #main {
  max-width: 960px;
}

.addthis_toolbox.addthis_default_style {
  padding: 0px 0px 10px 19px;
}

::selection {
  background: #1a171b;
  color: #FFF !important;
}
::-moz-selection {
  background: #1a171b;
  color: #FFF !important;
}

.Title .IsPromoStar {
  margin-top: 2px;
}

.HeaderContent {
  padding: 5px 20px;
  margin-top: 15px;
}

.sidebar {
  margin-top: 280px;
  padding: 0px;
}
.company {
  padding: 15px 20px;
}



.GvFEListRow  {
  border-top-color: #eee;
}

#footer {
  margin: 0 auto;
  max-width: 960px;
  color: #b0b0b0;
  border-top: none;
}

#footerCopyright {
  font-size: 11px;
}


.GvFEList {
  padding-bottom: 20px;
}

b, strong
{
 font-weight: bold;
}
.GvFEListRow h2 {
  margin-bottom: 0px;
}

.GvFEListRow h2 a {
  cursor: pointer;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.2;
  text-align: -webkit-match-parent;
}

.GvFEListRow h2 a:hover, .GvFEListRow h2 a:active {
  color: #1a171b;
}

.Pager {
  padding-left: 30px;
}
.Pager a, .Pager a:visited {
  color: #333333;
  text-decoration: none;
}


.SectionName {
  color: #1a171b;
  font-family: 'Montserrat',sans-serif;
  font-size: 18px;
}

.nav {
}

.LoginInformation span {
  color: #FFF;
}

.addthis_sharing_toolbox {
  margin-left: 20px;
  margin-right: 20px;
}


.CommandsDiv {
  padding: 0px 20px;
}

.CommandsDiv.PrevNext {
  border-top: 1px dashed #dfdfdf;
  padding-top: 25px;
}

.ToolTipWrep {
  position: relative;
}

.ToolTip {
  line-height: 1.432!important;
  left: 50%;
  top: 40px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 10;
  border: 1px solid #ccc;
}

.ToolTip:after, .ToolTip:before {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.ToolTip:after {
  border-color: rgba(255, 250, 205, 0);
  border-bottom-color: #fffacd;
  border-width: 10px;
  margin-left: -10px;
}
.ToolTip:before {
  border-color: rgba(204, 204, 204, 0);
  border-bottom-color: #ccc;
  border-width: 11px;
  margin-left: -11px;
}


.fade {
  opacity: 0;

  -webkit-transition: opacity 300ms ease-in;
  -o-transition: opacity 300ms ease-in;
  transition: opacity 300ms ease-in;
}
.in {
  opacity: 1;
}

/*---End--- Base style ---------*/
/*-------------------------------*/


/*--------------------------------------*/
/*---Begin--- JobOffer Details ---------*/
.JobOfferSection {
  clear: none;
  padding: 0;
}

.JobOffers.Details {
  position: relative;
  padding-bottom: 25px;
  padding-top: 10px;
}
.JobOffers.Details .Module::after,
.JobOffers.Details .ItemDetails::after {
  content: '';
  display: block;
  width: 100%;
  clear: both;
}


.JobOffers.Details::before,
.JobOffers.Details::after {

  content: '';
  width: 100%;
  height: 0px;
  position: absolute;
  top: -1px;
}


.JobOffers.Details::before{
  left: -100%;
}
.JobOffers.Details::after {
  right: -100%;
}

.JobOffers.Details h1.Title {
  color: #1a171b;
  margin-top: 15px;
  margin-left: 20px;
  margin-right: 20px;
  margin-bottom: 30px;
  line-height: 1.4;
}


.header-wrap {
  background: #464646;
}
.header-wrap::after {
  content: '';
  display: table;
  clear: both;
}

.JobOffers.Details [id$="_lblJobOfferShortDescription"] {
  margin-bottom: 8px;
}

.JobOffers.Details .ItemDetails .JobOfferSection  {
  padding: 10px 20px;
}
.nav-block {
  position: absolute;
  top: 25px;
  right: 10px;

}
.logged-in .nav-block {
  top: 77px;
}

.nav-block ul li a {
  text-decoration: none;
  font-size: 15px;
  padding: 5px 10px;
  display: inline-block;
  -webkit-font-smoothing: antialiased !important;
  font-weight: bold;
  color: #000;
}

.JobOffers.Details .JobOfferSection span {
  display: block;
  clear: both;
}

.JobOffers.Details .JobOfferSection span.Title {
  font-size: 16px;
  font-family: 'Montserrat',sans-serif;
  font-weight: bold;
}

.JobOffers.Details [id$="_PnlJobOfferClient"],
.JobOffers.Details [id$="_PnlJobOfferLocation"] {
  float: left;
  width: 50%;
}

.JobOffers.Details .header-wrap > div.JobOfferSection:first-child:not([id$="_PnlJobOfferClient"]) {
  float: none;
  width: 100%;
}

.header-wrap [id$="_PnlJobOfferClient"] ~ [id$="_PnlJobOfferLocation"] {
  text-align: right;
  float: right;
  width: 50%;
}

.JobOffers.Details [id$="_PnlJobOfferLocation"] > span,
.JobOffers.Details [id$="_PnlJobOfferClient"] > span {
}

.JobOffers.Details [id$="_PnlJobOfferShortDescription"] {
  clear: both;
  border-top: 1px solid #eee;
}


.JobOffers.Details .list-wrap {
  position: relative;
  padding-left: 96px;
}


.JobOffers.Details .JobOfferSection.Duties .Title,
.JobOffers.Details .JobOfferSection.RequiredSkills .Title,
.JobOffers.Details .JobOfferSection.Description .Title {
  font-size: 16px;
  margin-bottom: 20px;
}

.JobOffers.Details .ItemDetails .list-wrap p {
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 4px;
}


.JobOfferSection.Duties ul,
.JobOfferSection.RequiredSkills ul,
.JobOfferSection.Description ul {
  padding-bottom: 30px;
}

.JobOfferSection.Duties .list-wrap:last-child ul,
.JobOfferSection.RequiredSkills .list-wrap:last-child  ul,
.JobOfferSection.Description .list-wrap:last-child  ul {
  padding-bottom: 0;
}

.JobOfferSection.Duties ul li,
.JobOfferSection.RequiredSkills ul li,
.JobOfferSection.Description ul li {
  margin-bottom: 0.85em;
}

.JobOfferSection.Duties ul li:last-child,
.JobOfferSection.RequiredSkills ul li:last-child,
.JobOfferSection.Description ul li:last-child {
  margin-bottom: 0;
}

.JobOffers.Details .Date {
  position: absolute;
  bottom: 105px;
  left: 20px;
}

.JobOffers.Details .CommandsDiv {
  text-align: center;
}

.JobOffers.Details .CommandsDiv:not(.PrevNext) {
  padding: 20px 20px 40px 20px;
}

.ShowAllDiv {
  text-align: center;
  position: absolute;
  left: 50%;

  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

.ShowAllDiv > a {
    display: inline-block;
    position: relative;
    margin: 0px;
    cursor: pointer;
    z-index: 1;
    text-transform: uppercase;
    text-align: center;
    border-radius: 4px;
    line-height: 40px;
    height: 40px;
    font-size: 14px;
    background: #004a68;
    border: 1px solid #004a68;
    font-family: 'Montserrat',sans-serif;
    font-weight: 700;
    -webkit-box-shadow: 0px 3px 0px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 3px 0px 0px rgba(0,0,0,0.15);
    box-shadow: 0px 3px 0px 0px rgba(0,0,0,0.15);
    padding-right: 20px;
    padding-left: 20px;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    color: #fff!important;
}

.ShowAllDiv > a:hover {
  background: #003b53;
}

h1.Title {
    color: #1a171b;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.6;
}

.HeaderContent h1.Title {
  margin-bottom: 0;
}

#ctl00_ContentPlaceHolder1_JobOfferDetails1_PnlJobOfferClient {
 display: none !important;
}

/*---End--- JobOffer Details ---------*/
/*------------------------------------*/


/*-----------------------------------*/
/*---Begin--- JobOffer list ---------*/
.JobOffers.List h3 {
  margin-top: 10px;
}

.JobOffers.List h1.Title {
  text-transform: uppercase;
}




.JobOffers.List .Module {
  padding: 0 20px;
}

.JobOffers.List .PnlJobOfferLocation {
  position: absolute;
  top: 20px;
  right: 0px;
  padding: 5px;
  border: 1px solid #dfdfdf;
}

.JobOffers.List .IsPromoStar {
  margin-left: 5px;
  float: none;
  margin-top: 0;
}

.JobOffers.List a.ReadMore [id$='_lblJobOfferLocation'] {
  font-weight: bold;
}
.JobOffers.List [id$='_LbJobOfferLocation'] {
  font-weight: bold;
  color: #999;
}


.JobOffers.List .GvFEList td {
  padding-bottom: 20px;
  position: relative;
}
.JobOffers.List .GvFEList tr:first-child {
  border-top: none;
}

.JobOffers.List .Date {
  font-size: 15px;
}

.JobOffers.List a.ReadMore span {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}


/*---End--- JobOffer list ---------*/
/*---------------------------------*/


/*-----------------------------------*/
/*---Begin--- JobOffer form ---------*/
.SurveyForm {
  position: relative;
  padding-bottom: 25px;
  padding-top: 20px;
  padding-bottom: 0;
}
.SurveyForm .Module::after,
.SurveyForm .ItemDetails::after {
  content: '';
  display: block;
  width: 100%;
  clear: both;
}


.SurveyForm::before,
.SurveyForm::after {

  content: '';
  width: 50%;
  height: 0px;
  position: absolute;
  top: -1px;
}

.SurveyForm::before {
  left: -50%;
}

.SurveyForm::after {
  right: -50%;
}

.SurveyForm h1.Title {
  color: #1a171b;
  margin-top: 15px;
  margin-left: 20px;
  margin-right: 20px;
  margin-bottom: 30px;
  line-height: 1.2;
}

.informationNoticePanel, .consent
{
 padding: 10px 20px;
}

.informationNoticePanel ol
{
 padding-left: 25px !important;
}

.SurveyPage > .Section {
  padding: 12px 20px;
  margin: 0;
  border-bottom: none;
  border-top: 1px solid #eee;
}

.SurveyPage .Section:first-child {
  border-top: none;
}

.SurveyForm .ChbAgreePanel {
  border-top: 1px solid #eee;
}



.SurveyPage  .ChbAgreePanel td {
  padding: 10px 20px;
}

.SurveyPage > .CommandsDiv {
  margin-top: -1px;
  /* padding-bottom: 20px; */
  border-bottom: 1px solid #eee;
  margin-bottom: 20px;
  text-align: center;
}

.CandidatesLanguagesSimple .CommandsDiv {
  margin-top: 10px;
  padding-left: 0;
  padding-right: 0;
}

.SurveyForm #Languages {
  margin: 0;
}

.SurveyForm [id$='_lblJobOffersThankyou'] {
  padding: 10px 20px;
  display: block;
}

.SurveyForm [id$='_RblSex'] {
  float: left;
  margin-left: 3px;
}

.SurveyForm [id$='_RblSex'] td:last-child label {
  padding-right: 7px;
}

.SurveyForm [id$='_lblLanguageOther'] {
  display: inline-block;
  margin-bottom: 10px;
}

.SurveyPage .ApplyCommands {
  margin-bottom: 20px!important;
}

.SurveyPage .ApplyCommands.lastPage  {
  margin-top: 10px!important;
}

.ValidationSummary {
  padding: 10px 20px;
  margin-bottom: 20px;
}

[id$='_lblLoggedOutSuccess'] {
  padding: 10px 20px;
}

.wizardpage .pageNumber {
  margin-top: 10px;
}

.wizardpage.surveyLastPage .pageNumber {
  margin-top: 18px;
} 

.formDataReadView  {
  font-family: 'Montserrat',sans-serif;
  font-size: inherit;
}


.FileUpload, .textbox, .DropDownList, select {
  background-color: transparent;
  padding: 5px 6px;
}

.FileUploadWithValidation {
  margin-bottom: 20px;  
}
/*---End--- JobOffer form --------*/
/*--------------------------------*/


/*--------------------------------*/
/*---Begin--- JobOffer login --------*/
.PasswordReminder.Module {

}

.PasswordReminder.Module .formDataReadViewTable {
  margin: 0px 20px 20px;
}


/*---End--- JobOffer login --------*/
/*--------------------------------*/



/* -- Teknosell -- */
.bg-image-wrapper {
  border: 1px solid #ddd;
}

.custom-banner-section-revolution {
  background-image: url("images/Current-job-offers-new.jpg");
  background-position: center top;
  background-size: 100%;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-color: #dcd9d3;
  
  height: 250px;
  overflow: hidden;
  text-overflow: ellipsis;
  min-height: inherit;
  position: relative;
  z-index: 0;
  padding: 0;
  width: 100%;
}

.custom-banner-section-revolution::after {
    background: url('images/over-sm.png');
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

.custom-banner-section-revolution .page-center {
    max-width: 960px;
    margin: 0 auto;
    padding: 0 10px;
    display: table;
    width: 100%;
    height: 100%;
}

.content-wrapper-revolution {
    display: table-cell;
    text-align: center;
    height: 100%;
    vertical-align: middle;
}

.content-wrapper-revolution h1 {
    font-weight: 700;
    color: #1a171b;
    font-size: 56px;
    margin: 0 auto;
    max-width: 875px;
    line-height: 60px;
}

@media(min-width:1750px) and (max-width:1920px) {
  .custom-banner-section-revolution {
    background-position: center -110px;
    background-size: 1920px;
  }
}


@media(min-width:1420px) and (max-width:1749px) {
  .custom-banner-section-revolution {
    background-position: center -95px;
    background-size: 1750px;
  }
}

@media(max-width:1380px) {
  .custom-banner-section-revolution {
    background-position: center 8px;
    height: 240px;
    background-size: 1360px;
    /* background-attachment: scroll; */
  }
}

@media(min-width: 768px) and (max-width:991px) {
    .custom-banner-section-revolution {
        background-size:cover;
    }

    .custom-banner-section-revolution {
        background-position: center -65px;
        background-size: auto 633px;
        background-attachment: inherit;
    }


    .custom-banner-section-revolution {
        background-attachment: inherit;
        background-position: center 0;
    }

    .custom-banner-section-revolution,
    .custom-banner-section-revolution.custom-banner-new {
        background-size: cover;
    }
}

@media (max-width: 767px) {
  .custom-banner-section-revolution {
    height: 260px;
    background-size: cover;
    background-attachment: inherit;
    background-position: 30% 0;
  }
}

@media(max-width: 479px) { 
 .content-wrapper-revolution h1, .content-wrapper-revolution h2 {
      font-size: 22px !important;
      line-height: inherit;
  }
}

/* -- END -- Teknosell -- */

/*-----------------------------------*/
/*---Begin--- Media requests --------*/
@media (max-width: 480px) {
  .nav-block
  {
    left: 60%;
    right:0;
  }
}

@media (max-width: 640px) {
  .JobOffers.Details .Module >.JobOfferSection::after {
    content: '';
    display: table;
    clear: both;
  }

  .JobOffers.Details .Date {
    bottom: 140px;
  }

  .ShowAllDiv {
    text-align: center;
    position: static;
    margin-top: 20px;
  
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }

  body {
    position: relative;
  }
}

@media (max-width: 767px) {
  .header {
    text-align: center;
  }

  .JobOffers.Details [id$="_PnlJobOfferClient"], .JobOffers.Details [id$="_PnlJobOfferLocation"] {
    float: none;
    width: 100%;
    min-height: auto;
  }

  .JobOffers.Details [id$="_PnlJobOfferLocation"] {
    text-align: left;
  }

  .JobOffers.List .PnlJobOfferLocation {
    position: static;
    max-width: 300px;
    margin: 0px auto 10px;
    text-align: center;
  }
 
}

@media (max-width: 1023px) {
}

@media (min-width: 1024px) {

}

@media (max-width: 1378px) {
}
/*---End--- Media requests --------*/
/*---------------------------------*/


.informationNotice table
{
	width: 100%;
	margin: 20px 10px;
}
.informationNotice table tr td
{
	width: 50%;
	padding: 10px;
}
.informationNotice table tr td:nth-child(odd)
{
	border-right: 1px solid #000;
}
.informationNotice table tr:nth-child(even) td
{
	border-top: 1px solid #000;
}