body {
  padding-top: 50px;
}

.starter-template {
  padding: 40px 15px;
  text-align: center;
}


.theme-dropdown .dropdown-menu {
  position: static;
  display: block;
  margin-bottom: 20px;
}

.theme-showcase > p > .btn {
  margin: 5px 0;
}


.about {
	font-size: 24px;
	padding-bottom: 10px;
    border-bottom: 2px solid #4b8bd2;
}

.std {
    font-size: 20px;
	padding-top: 1px;
	margin-left: 10px;
}

.ulplain {
	list-style-type: none;
    padding-left: 10px;
    font-size:18px;
}

[class*="span"].pull-right,
.row-fluid [class*="span"].pull-right {
  float: right;
}

.menu {
    font-size: 16px;
}

.myname {
   padding-top: 5px;
   font-size:25px;
   text-decoration: none;
   color: white;
}

.photo img{
    height: 8cm;
}

.photo{
    position:absolute;
    z-index:24; 
	margin-left:0;
	float:left;
	color: #FFFFFF;
	font-size:22px;
}

.photo:hover{
    z-index:25; 
    color: #C0C0C0;
}

.photo span{
    display: none;
}

.photo:hover span{
    display:block;
    position:absolute;
	top: 55px;
	left: 50px;
}

.submenu {
	font-size: 24px;
	color: #4b8bd2;
	font-weight: bold;
	padding-bottom: 10px;
    border-bottom: 2px solid #4b8bd2;
}

.subsubmenu {
    margin-left:10px;
	font-size: 22px;
	padding-bottom: 10px;
    border-bottom: 2px solid #989898;
}

.paper {
	margin-left:10px;
	font-size:18px;
	text-decoration: none;
	list-style-type: none;
	margin-bottom: 10px;
}

.paper .title {
	color: #191970;
	font-weight: bold;
}

.journal {
	margin-left:10px;
	font-size:18px;
	text-decoration: none;
	list-style-type: none;
	margin-bottom: 10px;
}

.journal .title {
	color: #A51C30;
	font-weight: bold;
}

.pdf { 
    background:url("img/stock_save_pdf.png") center right no-repeat;
    padding: 0 30px 5px 10px;
    margin-right: 10px;
}

.slides {
    background:url("img/x_office_presentation.png") center right no-repeat;
    padding: 0 20px 0 10px;
}

.download {
    position:relative; /*this is the key*/
    z-index:20;
    color: black;
}

.download span{
    display: none; 
    text-align: center; 
    width: 90px;
}

.download:hover span{ /*the span will display just on :hover state*/
    display:block;
    position:absolute;
    top:30px; 
    left:50px;
    background-color: black; 
    color: white;
	border-radius: 5px;
	padding: 2px 2px 2px 2px; 
	font-family: sans-serif;
	font-size: 12px;
}

.event {
	margin-left:10px;
	font-size:18px;
	text-decoration: none;
	list-style-type: none;
	margin-bottom: 10px;
}


.sw {
	margin-left:10px;
	font-size:18px;
	text-decoration: none;
	list-style-type: none;
	margin-bottom: 10px;
}

.contact {
	margin-left:12px;
	font-size:18px;
}

.contact img {
    margin-left: 0px;
    width: 220px;
    height: 30px;
}
