
/* Style the tab content (and add height:100% for full page content) */

.card {
    padding: 10px;
    border: 1px solid black !important;
    border-radius: 15px;
}

.post-link {
    color: #007bff !important;
}

.btn-link {
    color: #fff !important;
    background-color: #007bff !important;
    border-color: #007bff !important;
}

#footerwrapper {
    text-align: center;
    margin: 0 auto;
    position: fixed;
    height: 40px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin-bottom: 0px;
    z-index: 1030;
    border-top: 1px solid #ddd;
    background-color: #fff;
    padding: 6px;
    box-shadow: 0 0 2rem rgba(0,0,0,.15);
    color: #afafaf;
    font-size: x-small;
}

.aboutleft,
.aboutright {
    display: inline-block;
    width: 20%;
    margin-top:7px;
}

.footericon {
    display: inline-block;
    vertical-align: top;
    min-height: 250px;
    margin: 0;
}

a.signup-home{
    border-radius: 25px !important;
}

/* Style the tab */
.tab {
    width:100%;
    text-align: center;
    margin: 0 auto;
    display: inline-block;
    overflow: hidden;
    border: 1px solid #ccc;
    background-color: #f1f1f1;
}

    /* Style the buttons inside the tab */
    .tab button {
        background-color: inherit;
        float: left;
        border: none;
        outline: none;
        cursor: pointer;
        padding: 14px 16px;
        transition: 0.3s;
        font-size: 17px;
    }

        /* Change background color of buttons on hover */
        .tab button:hover {
            background-color: #ddd;
        }

        /* Create an active/current tablink class */
        .tab button.active {
            background-color: #ccc;

        }

/* Style the tab content */
.tabcontent {
    display: none;
    padding: 6px 12px;
    border: 1px solid #ccc;
    border-top: none;
}

.pagetab {
    margin: 0 auto;
}

    .pagetab > li {
        border-bottom:  solid;
        color: #cec8de;
    }

    .pagetab > li.active {
        color: #3965bd !important;
    }

        .pagetab > li.active > a {
            color: #3965bd !important;
        }



