.Site .InputUrl {
    min-height:40px;
}
.Site.PageContainer {
  font-family: Source Sans Pro ExtraLight;
}
.Site .row {
    background:rgb(236, 240, 245);
}
.Site h1.MainHeader {
    width:80%;
    margin:0 auto;
    text-align:center;
}
.Site .box:after {
    content: "";
    display: table;
    clear: both;
}
.Site .box-primary:after {
    content: "";
    display: table;
    clear: both;
}
.Site .form-group {
    margin-right: -15px;
    margin-left: -15px;
    margin-bottom: 15px;
}
.Site .form-group:after, .box-header:after {
    content: "";
    display: table;
    clear: both;
}
.Site .DeleteBtn img{
    max-width: 30%;
}
.Site .EditBtn img{
    max-width: 30%;
}

