﻿#SignUp {
    margin-top: 20px;
    width: 100%;
    font-size: 18px;
    background: #114453;
    border-color: #114453;
    height: 58px;
}

    #SignUp:hover {
        color: #114453;
        background: transparent;
    }

.fancy-style {
    width: 400px !important;
}

@media only screen and (max-width:639px) {
    .fancybox-inner {
        width: 350px !important;
    }

    .fancy-style {
        width: 100% !important;
    }
}

.presenter-name {
    padding-left: 0px !important;
}

.subsection.presentedby ul {
    margin-left: 0px !important;
}

.subsection.presentedby .left-content {
    box-sizing: initial;
}

.subsection {
    border-top: 0px;
}
