* {
  font-family: arial, helvetica, clean, sans-serif;
  margin: 0;
  padding: 0;
}

html,
body,
table {
  background: transparent;
  border: 0;
  font-size: 100%;
  outline: 0;
  vertical-align: baseline;
  font-size: 12px;
  color: #848484;
}

h1 {
  font-family: "Aller", Helvetica, Arial, sans-serif;
}

h2 {
  color: #aaaaaa;
}

p {
  line-height: 22px;
  font-size: 15px;
}

h3 {
  font-size: 2em;
  padding-bottom: 5px;
  border-bottom: 1px dashed #ddd;
  margin-bottom: 10px;
}

img {
  border: 0 none;
}

a {
  text-decoration: none;
  color: #3368aa;
  cursor: pointer;
}

#container {
  width: 980px;
  padding: 30px 0 59px;
  margin: 0 auto;
  overflow: hidden;
}

#me {
  width: 580px;
  float: left;
  padding-right: 15px;
}

#contact {
  width: 215px;
  float: left;
  padding-right: 15px;
  list-style-type: none;
  line-height: 20px;
}

#contact .social {
  color: #212121;
}

#contact a:hover {
  opacity: 0.8;
  color: orange;
}

#contact a {
  height: 30px;
  display: block;
  padding: 10px 0 0 50px;
}

#contact .fr a {
  height: 0px;
  padding: 0;
}

.twitter {
  background: url(social2.gif) no-repeat;
  background-position: 0px -1px;
}

.facebook {
  background: url(social2.gif) no-repeat;
  background-position: 0px -85px;
}

.linkedin {
  background: url(social2.gif) no-repeat;
  background-position: 0px -43px;
}

.stackover {
  background: url(social2.gif) no-repeat;
  background-position: 0px -125px;
}

#picture {
  float: right;
}

.header {
  clear: both;
  width: 980px;
  margin: 0 auto;
  overflow: hidden;
}

.quick {
  padding-top: 15px;
}

.blue_head {
  width: 100%;
  background: url(blue_bg.png) 0 0 repeat;
  height: 30px;
  color: white;
  font-size: 18px;
  font-family: Courier, "Courier New", monospace;
}

.newLine {
  clear: both;
  padding: 1px 0;
  margin: 10px 0;
  background: url(blue_bg.png) 0 0 repeat;
}

.emptyLine {
  clear: both;
  padding: 1px 0;
  margin: 10px 0;
}

.fr {
  float: right;
}

#main li {
  line-height: 20px;
  font-size: 15px;
  padding: 3px 0;
}

#skills ul {
  width: 630px;
  float: left;
}

#main li strong {
  color: #555555;
  font-size: 13px;
}

#chart_div {
  width: 320px;
  float: right;
}

.lv2 {
  font-size: 90%;
  line-height: 24px;
  color: #aaaaaa;
  font-style: italic;
  font-weight: normal;
}

.lv2:hover {
  color: orange;
}

.time {
  font-size: 90%;
  color: #aaaaaa;
  font-style: italic;
  font-weight: normal;
}

.domain {
  color: #aaaaaa;
  font-weight: normal;
}

#experience p {
  padding-left: 20px;
}

#experience ol {
  padding-left: 35px;
}

#experience ul {
  border-bottom: 1px dashed #ddd;
  padding: 5px 0;
}

#experience > ul:nth-child(9) {
  border-bottom: none;
  padding: 5px 0;
}

.item-skills {
  height: 20px;
  background: #5a829c;
  color: #fff;
  padding: 5px 10px;
  margin-bottom: 5px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 1.3em;
  font-weight: 600;
}
.skills-legend {
  margin-top: 20px;
  margin-right: -1px;
}
.skills-legend:before {
  width: 100%;
  height: 3px;
  position: relative;
  content: " ";
  display: block;
  margin-bottom: -13px;
  background: #c6c6c6;
}
.skills-legend div {
  width: 33%;
  display: inline-block;
  font-size: 1.2em;
  color: #a9a9a9;
  float: left;
}

.skills-legend div:last-child {
  width: 1%;
  display: inline-block;
  font-size: 1.2em;
  color: #a9a9a9;
  float: left;
}
.legend:before {
  width: 3px;
  height: 10px;
  position: relative;
  content: " ";
  display: block;
  margin: auto;
  margin-bottom: 15px;
  background: #c6c6c6;
}
.legend-left.legend:before {
  margin-left: 0;
}
.legend-right.legend:before {
  margin-right: 0;
}
.legend-left:nth-child(2) span {
  margin-left: -34px;
}
.legend-left:nth-child(3) span {
  margin-left: -28px;
}
.legend-right {
  text-align: right;
}

.legend-right span {
  margin-left: -43px;
}

.tech {
  padding-top: 5px;
}

.ro {
  padding-top: 10px;
  height: 80px;
}

.east {
  padding-top: 10px;
  height: 40px;
}

.souq {
  padding-top: 10px;
  height: 40px;
}

.araby {
  padding-top: 10px;
  height: 40px;
}

.ps {
  padding-top: 10px;
  height: 40px;
}

.tech span {
  float: left;
  padding-right: 15px;
  padding-top: 0px;
}

.tech li {
  list-style-type: none;
  float: left;
  padding: 3px 15px !important;
  margin-right: 10px;
  color: #fff;
  background-color: #5c89a1;
  border-radius: 5px;
  margin-right: 5px !important;
  margin-bottom: 7px;
}
.tech ol {
  padding-left: 5px !important;
}

@media print {
  .blue_head {
    display: none;
  }
  #container {
    padding: 0px;
  }
}

.li-right {
  width: 24%;
  float: right;
  list-style: none;
  list-style-type: none;
}

.li-right li {
  font-size: 75% !important;
  list-style: none;
  list-style-type: none;
  border: 1px solid #aaaaaa;
  background-color: #fff;
  color: #848484;
}

.li-left {
  width: 75%;
  border-right: 1px dashed #ddd;
  padding-right: 1%;
  float: left;
  list-style: none;
}

.li-clear {
  list-style: none;
}

.outline {
  margin: 5px 0 10px 0;
}
.responsibilities {
  line-height: 30px;
}
