﻿body {
}

.missionContainer{
    width:50%;
    height:auto;
    font-size:12px;
    box-sizing:border-box;
    padding:1em;
}
.titleContainer {
    width: 100%;
    height: auto;
    color:#280092;
    text-decoration: underline;
    text-decoration-style: dotted;
}
.bullet{
    margin-top:10px;
    width:15px;
    height:15px;
}

#missionImage{
    width:100%;
    /*max-width:256px;*/
    height:auto;
    border: solid black 1px;
    margin-top:15px;
}

.viewMoreContainer {
    width: 100%;
    height: auto;
    border: dotted 1px gray;
    line-height: 3px;
    padding-bottom: 10px;
}
.viewMoreContainer p{
    margin-left:15px;
}
.viewMoreContainer a {
    margin-left: 15px;
    text-decoration:none;
    color:#F89700;
}
