
/*Responsive CSS*/


* {
  margin: 0;
  padding: 0;
}

body {
/*  font-family: 'roboto', sans-serif;
  color: #666;
  font-size: 16px;
  background: #f9f9f9;
  line-height: 1.6em;*/
/*  color:#54534e;
  font-family:Arial, Helvetica, sans-serif;*/
}

ul, li { list-style: none; }

#container {
  width: 60%;
  margin: 150px auto;
  overflow: auto;
}

h1 {
  text-align: center;
  margin-bottom: 20px;
}

/*.title {
  height: 40px;
  background: #6bb170;
  color: white;
  text-align: center;
  padding-top: 13px;
}*/
.Open-Position-Li
{
    list-style-position: outside;
    font-size: 14px;
    margin-left: 15px;
    list-style-image: url(../images/Inn-Li.png);
    vertical-align: middle;
    line-height: 18px;
}
.faq li { padding: 3px 10px; }

.faq li.q {
  background: #4FC2E;
/*  font-weight: bold;*/
  font-size: 16px;
  border-bottom: 1px #ddd solid;
  cursor: pointer;
  background-color:#f1f1f1;
  margin-bottom:2px;
}

.Position-Inner-PText
{
font-size: 14px;
text-align: justify;
}

.Inn-Li2 {
    list-style-position: outside;
    font-size: 14px;
    margin-left: 15px;
    list-style-image: url(../images/Inn-Li.png);
    vertical-align: middle;
}

.faq li.a {
  background:#fbf8e9;
  display: none;
  color:#000;
}

.rotate {
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
@media (max-width:800px) {

#container { width: 90%; }
}
