/*
* MyResume v1.1
*
* Afriq Yasin Ramadhan
*/

body {
  margin: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  line-height: 18px;
  color: #333333;
  background-color: #ffffff;
  margin-top:20px;
  margin-bottom:10px;
  overflow: -moz-scrollbars-vertical;
  overflow: scroll;
  overflow: -webkit-scrollbars-vertical;
  overflow: -o-scrollbars-vertical;
}

.well {
  background-color: #ffffff !important;
  border: 1px solid #ddd !important;
  border: 1px solid rgba(0, 0, 0, 0.1) !important;
  -webkit-border-radius: 0px !important;
     -moz-border-radius: 0px !important;
          border-radius: 0px !important;
  -webkit-box-shadow: none !important;
     -moz-box-shadow: none !important;
          box-shadow: none !important;
}

.hero-unit {
  padding: 20px !important;
  margin-bottom: 10px !important;
  background-color: #f4f4f4 !important;
  -webkit-border-radius: 1px !important;
     -moz-border-radius: 1px !important;
          border-radius: 1px !important;
}

.hero-unit p {
  font-size: 14px !important;
  line-height: 22px !important;
}

.avatar{
    border:1px solid #eee;
    padding:5px;
    margin:auto auto;
    width:250px;
    height:260px;
}

.avatar img{
    display:block;
    margin:auto auto;
    width:100%;
    height:100%;
}

.bio{
    width:250px;
    margin:auto auto;
    text-align:center;
}

.contact{
    width:250px;
    margin:10px auto;
    text-align:right;
}

.button{
    width:250px;
    margin:20px auto 0 auto;
    text-align:center;
}

.btn-resume{
    padding: 8px 10px;
}

.no-radius{
    border-radius:0 !important;
    -moz-border-radius: 0 !important;
    -o-border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
}

.header{
    clear:both;
}

footer, footer p{
text-align:center;
}