/* CSS Document */
/*  TheHotline.us Survey Requests. App to accept incoming request for surveys from various partner organizations..  */
/*  project contact: Marty Hand, VP of Technology | TheHotline.org  */
/*  author : {{Your name here}}  */
/*  copyright : © Copyright The National Domestic Violence Hotline 2023  */


/*
    Created: 9/13/2022
    Last Modified: '2023-05-22 17:40';
*/ 


#app-frame-application-main {
    width: calc(50% - 5px);
    height: calc(100% - 48px);
    left: calc(0% + 5px);
    top: 56px;
}

#app-frame-search {
    width: calc(50% - 10px);
    height: calc(100% - 48px);
    left: calc(50% + 5px);
    top: 56px;
}

.frame-application-main {
    text-align: center;
    margin: 50px 0;
}

