﻿#main {
    background-color: white;
    margin: 10px;
}

#edit-mode {
    display: none;
}
#view-mode {
    display: none;
}

#page-container {
    margin-right: auto;
    margin-left: auto;
    max-width: 500px;
}

.half-form {
    vertical-align:top;
}

.error-message {
    color: red;
}

.btn-delete-team {
    cursor: pointer;
}

.txt-team-name-view {
    border-color: transparent;
}

.campaign-links {
    margin-bottom: 15px;
}

.campaign-api {
    margin-bottom: 15px;
}

    .campaign-api b {
        padding: 2px 7px;
        background-color: lightgreen;
        border-radius: 2px;
    }

#tbl-teams {
    font-size: 20px;
    width: 100%;
}

#tbl-teams input {
    font-size: 20px;
    width: 100%;
}
#tbl-teams table {
    border-width: 0px;
}
.team-actions {
    min-width: 80px;
    text-align: right;
}

#edit-campaign {
    font-size: 30px;
    float: right;
}

#displayName {
    font-size: 30px;
}

.campaign-title {
    font-size: 30px;
}

@media only screen and (min-width: 450px) {
    .half-form {
        display: inline-block;
        width: 47%;
    }

    .half-form-last {
        margin-left: 4%;
    }
}