﻿html, body { margin: 0; padding: 0; height: 100%; border:none; }



.theme-dropdown .dropdown-menu {
  position: static;
  display: block;
  margin-bottom: 20px;
}

.theme-showcase > p > .btn {
  margin: 5px 0;
}

.theme-showcase .navbar .container {
  width: auto;
}

.navbar.affix {
   position: fixed;
   top: 0;
   z-index:9999;
   -webkit-transition: all .6s ease-in-out;
   width:100%;
}

/*header {
min-height:180px;
}*/

.banner {
    overflow:hidden;
}


/* iPads (landscape) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) {
      .banner {
       margin-left:-1000px;
    }
}

/* iPads (portrait) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) {
      .banner {
      display:none;
    }
}




.navbar-default {
    background-color: #2A9CCE;
}

.footer {

color:white;
}


#wrapper {
    min-height: 100%;
    position: relative;
    height: auto !important;
    overflow:hidden;
}
.newslist li {
    list-style:none;
    border-bottom:1px dotted #a4a4a4;
    margin-left:-40px;
    padding:2px;

}
.MainContent {
    padding-bottom:100px;
    min-height:300px;
    font-size:11pt;
}
footer{
    width:100%;

    background-color:#2286B3;

    margin-bottom:-20px;
    border-top:3px solid #cbcbcb;
    padding-top:10px;
    padding-bottom:20px;
}

.page-header {
    margin: 20px 0 20px;
}

.navbar-default .navbar-nav>li>a {
    color: #FFF;
}

.carousel-caption {
font-size:20px;
}


.nav>li>a {
    position: relative;
    display: block;
    padding-right:6px;
}



@media screen and (max-width: 767px) {
    /*// 如果使用者之視窗寬度 <= 768px，將會再載入這裡的 CSS。*/    
    .navbar-brand::before {
    content:"AMEC 2016";
    color:white;
}
    .banner {
    display:none;
    }

}


table td {
padding:3px;
}

td p {
margin:0px;
}

.banner {
    margin-left: 0;
}

    .banner .container {
        width: 100%;
        padding: 0;
    }

    .banner img {
        width: 100%
    }